Uses of Class
org.apache.cayenne.configuration.DataChannelDescriptor
Packages that use DataChannelDescriptor
Package
Description
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
-
Uses of DataChannelDescriptor in org.apache.cayenne.configuration
Fields in org.apache.cayenne.configuration declared as DataChannelDescriptorModifier and TypeFieldDescriptionprotected DataChannelDescriptor
DataNodeDescriptor.dataChannelDescriptor
Methods in org.apache.cayenne.configuration that return DataChannelDescriptorModifier and TypeMethodDescriptionDataNodeDescriptor.getDataChannelDescriptor()
DataChannelDescriptorMerger.merge
(DataChannelDescriptor... descriptors) DefaultDataChannelDescriptorMerger.merge
(DataChannelDescriptor... descriptors) Methods in org.apache.cayenne.configuration that return types with arguments of type DataChannelDescriptorModifier and TypeMethodDescriptionLoads a DataChannelDescriptor from some configuration resource, usually an XML file found on classpath.Methods in org.apache.cayenne.configuration with parameters of type DataChannelDescriptorModifier and TypeMethodDescriptionprotected DataNodeDescriptor
DefaultDataChannelDescriptorMerger.cloneDataNodeDescriptor
(DataNodeDescriptor original, DataChannelDescriptor targetOwner) DataChannelDescriptorMerger.merge
(DataChannelDescriptor... descriptors) DefaultDataChannelDescriptorMerger.merge
(DataChannelDescriptor... descriptors) void
DataNodeDescriptor.setDataChannelDescriptor
(DataChannelDescriptor dataChannelDescriptor) BaseConfigurationNodeVisitor.visitDataChannelDescriptor
(DataChannelDescriptor channelDescriptor) ConfigurationNodeVisitor.visitDataChannelDescriptor
(DataChannelDescriptor channelDescriptor) EmptyConfigurationNodeVisitor.visitDataChannelDescriptor
(DataChannelDescriptor channelDescriptor) -
Uses of DataChannelDescriptor in org.apache.cayenne.configuration.server
Methods in org.apache.cayenne.configuration.server that return DataChannelDescriptorModifier and TypeMethodDescriptionprotected DataChannelDescriptor
DataDomainProvider.loadDescriptor()
Methods in org.apache.cayenne.configuration.server that return types with arguments of type DataChannelDescriptorConstructor parameters in org.apache.cayenne.configuration.server with type arguments of type DataChannelDescriptorModifierConstructorDescriptionDataDomainLoadException
(ConfigurationTree<DataChannelDescriptor> configurationTree, String messageFormat, Object... messageArgs) -
Uses of DataChannelDescriptor in org.apache.cayenne.configuration.xml
Methods in org.apache.cayenne.configuration.xml that return types with arguments of type DataChannelDescriptorModifier and TypeMethodDescriptionMethods in org.apache.cayenne.configuration.xml with parameters of type DataChannelDescriptorModifier and TypeMethodDescriptionvoid
LoaderContext.dataChannelLoaded
(DataChannelDescriptor descriptor) void
DataChannelLoaderListener.onDataChannelLoaded
(DataChannelDescriptor dataChannelDescriptor) -
Uses of DataChannelDescriptor in org.apache.cayenne.map
Fields in org.apache.cayenne.map declared as DataChannelDescriptorMethods in org.apache.cayenne.map that return DataChannelDescriptorMethods in org.apache.cayenne.map with parameters of type DataChannelDescriptorModifier and TypeMethodDescriptionvoid
DataMap.setDataChannelDescriptor
(DataChannelDescriptor dataChannelDescriptor) -
Uses of DataChannelDescriptor in org.apache.cayenne.map.event
Fields in org.apache.cayenne.map.event declared as DataChannelDescriptorModifier and TypeFieldDescriptionprotected DataChannelDescriptor
MapEvent.domain
Domain of event object.Methods in org.apache.cayenne.map.event that return DataChannelDescriptorMethods in org.apache.cayenne.map.event with parameters of type DataChannelDescriptorModifier and TypeMethodDescriptionvoid
MapEvent.setDomain
(DataChannelDescriptor domain) Sets domain of event object.