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 DataChannelDescriptorDataNodeDescriptor.dataChannelDescriptorMethods 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 DataNodeDescriptorDefaultDataChannelDescriptorMerger.cloneDataNodeDescriptor(DataNodeDescriptor original, DataChannelDescriptor targetOwner) DataChannelDescriptorMerger.merge(DataChannelDescriptor... descriptors) DefaultDataChannelDescriptorMerger.merge(DataChannelDescriptor... descriptors) voidDataNodeDescriptor.setDataChannelDescriptor(DataChannelDescriptor dataChannelDescriptor) BaseConfigurationNodeVisitor.visitDataChannelDescriptor(DataChannelDescriptor channelDescriptor) ConfigurationNodeVisitor.visitDataChannelDescriptor(DataChannelDescriptor channelDescriptor) EmptyConfigurationNodeVisitor.visitDataChannelDescriptor(DataChannelDescriptor channelDescriptor) -
Uses of DataChannelDescriptor in org.apache.cayenne.configuration.runtime
Methods in org.apache.cayenne.configuration.runtime that return DataChannelDescriptorModifier and TypeMethodDescriptionprotected DataChannelDescriptorDataDomainProvider.loadDescriptor()Methods in org.apache.cayenne.configuration.runtime that return types with arguments of type DataChannelDescriptorConstructor parameters in org.apache.cayenne.configuration.runtime 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 TypeMethodDescriptionvoidLoaderContext.dataChannelLoaded(DataChannelDescriptor descriptor) voidDataChannelLoaderListener.onDataChannelLoaded(DataChannelDescriptor dataChannelDescriptor) Constructors in org.apache.cayenne.configuration.xml with parameters of type DataChannelDescriptorModifierConstructorDescriptionDataChannelHandler(XMLDataChannelDescriptorLoader xmlDataChannelDescriptorLoader, DataChannelDescriptor dataChannelDescriptor, LoaderContext loaderContext) -
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 TypeMethodDescriptionvoidDataMap.setDataChannelDescriptor(DataChannelDescriptor dataChannelDescriptor)