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
Methods in org.apache.cayenne.configuration that return DataChannelDescriptorModifier and TypeMethodDescriptionDataChannelDescriptorMerger.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 TypeMethodDescriptionDataChannelDescriptorMerger.merge(DataChannelDescriptor... descriptors) DefaultDataChannelDescriptorMerger.merge(DataChannelDescriptor... descriptors) 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 DataChannelDescriptorMethods in org.apache.cayenne.configuration.runtime with parameters of type DataChannelDescriptorModifier and TypeMethodDescriptionprotected EntityResolverDataDomainProvider.createEntityResolver(DataChannelDescriptor descriptor) protected DataRowStoreDataDomainProvider.createSharedSnapshotCache(DataChannelDescriptor descriptor) Returns a snapshot cache shared by all DataContexts of the domain, or null if the descriptor turns the shared cache off, and each DataContext is to use a cache of its own.Constructor 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)