Uses of Class
org.apache.cayenne.access.DataDomain
Packages that use DataDomain
Package
Description
Contains classes that make up Cayenne ORM stack.
API related to
CayenneRuntime creation.-
Uses of DataDomain in org.apache.cayenne.access
Fields in org.apache.cayenne.access declared as DataDomainMethods in org.apache.cayenne.access that return DataDomainModifier and TypeMethodDescriptionDbGenerator.getDomain()Returns a DataDomain used by the DbGenerator to detect cross-database relationships.DataContext.getParentDataDomain()Returns a DataDomain used by this DataContext.Constructors in org.apache.cayenne.access with parameters of type DataDomainModifierConstructorDescriptionDbGenerator(DbAdapter adapter, DataMap map, Collection<DbEntity> excludedEntities, DataDomain domain, SQLLogger logger) Creates and initializes new DbGenerator instance. -
Uses of DataDomain in org.apache.cayenne.access.flush
Fields in org.apache.cayenne.access.flush declared as DataDomainModifier and TypeFieldDescriptionprotected final DataDomainDefaultDataDomainFlushAction.dataDomainMethods in org.apache.cayenne.access.flush with parameters of type DataDomainModifier and TypeMethodDescriptionDataDomainFlushActionFactory.createFlushAction(DataDomain dataDomain) DefaultDataDomainFlushActionFactory.createFlushAction(DataDomain dataDomain) Constructors in org.apache.cayenne.access.flush with parameters of type DataDomainModifierConstructorDescriptionprotectedDefaultDataDomainFlushAction(DataDomain dataDomain, DbRowOpSorter dbRowOpSorter, DeleteDbRowOpFactory deleteDbRowOpFactory) -
Uses of DataDomain in org.apache.cayenne.access.flush.operation
Fields in org.apache.cayenne.access.flush.operation with type parameters of type DataDomainModifier and TypeFieldDescriptionprotected final Provider<DataDomain> DefaultDbRowOpSorter.dataDomainProviderConstructor parameters in org.apache.cayenne.access.flush.operation with type arguments of type DataDomainModifierConstructorDescriptionDefaultDbRowOpSorter(Provider<DataDomain> dataDomainProvider) GraphBasedDbRowOpSorter(Provider<DataDomain> dataDomainProvider) -
Uses of DataDomain in org.apache.cayenne.commitlog.meta
Constructor parameters in org.apache.cayenne.commitlog.meta with type arguments of type DataDomainModifierConstructorDescriptionAnnotationCommitLogEntityFactory(Provider<DataDomain> domainProvider) -
Uses of DataDomain in org.apache.cayenne.configuration.runtime
Fields in org.apache.cayenne.configuration.runtime declared as DataDomainMethods in org.apache.cayenne.configuration.runtime that return DataDomainMethods in org.apache.cayenne.configuration.runtime with parameters of type DataDomainModifier and TypeMethodDescriptionprotected voidDataDomainProvider.addDataNode(DataDomain domain, DataNodeDescriptor descriptor, Set<String> mapNames) protected voidDataDomainProvider.addDefaultDataNode(DataDomain domain, DataNodeDescriptor descriptor) protected ObjectContextDataContextFactory.createdFromDataDomain(DataDomain parent) -
Uses of DataDomain in org.apache.cayenne.runtime
Methods in org.apache.cayenne.runtime that return DataDomainModifier and TypeMethodDescriptionCayenneRuntime.getDataDomain()Returns the main runtime DataDomain.