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.accessFields 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, JdbcEventLogger logger) Creates and initializes new DbGenerator instance.
- 
Uses of DataDomain in org.apache.cayenne.access.flushFields 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, JdbcEventLogger jdbcEventLogger) 
- 
Uses of DataDomain in org.apache.cayenne.access.flush.operationFields 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.configuration.runtimeFields in org.apache.cayenne.configuration.runtime declared as DataDomainModifier and TypeFieldDescriptionprotected DataDomainDataContextFactory.dataDomainprotected DataDomainDomainDataChannelProvider.dataDomainMethods in org.apache.cayenne.configuration.runtime that return DataDomainModifier and TypeMethodDescriptionprotected DataDomainDataDomainProvider.createAndInitDataDomain()protected DataDomainDataDomainProvider.createDataDomain(String name) DataDomainProvider.get()Methods in org.apache.cayenne.configuration.runtime with parameters of type DataDomainModifier and TypeMethodDescriptionprotected DataNodeDataDomainProvider.addDataNode(DataDomain dataDomain, DataNodeDescriptor nodeDescriptor) protected ObjectContextDataContextFactory.createdFromDataDomain(DataDomain parent) 
- 
Uses of DataDomain in org.apache.cayenne.runtimeMethods in org.apache.cayenne.runtime that return DataDomainModifier and TypeMethodDescriptionCayenneRuntime.getDataDomain()Returns the main runtime DataDomain.