Uses of Class
org.apache.cayenne.access.DataDomain
Packages that use DataDomain
Package
Description
Contains classes that make up Cayenne ORM stack.
-
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.Methods in org.apache.cayenne.access with parameters of type DataDomainModifier and TypeMethodDescriptionLegacyDataDomainFlushActionFactory.createFlushAction
(DataDomain dataDomain) Deprecated.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.Deprecated. -
Uses of DataDomain in org.apache.cayenne.access.flush
Fields in org.apache.cayenne.access.flush declared as DataDomainModifier and TypeFieldDescriptionprotected final DataDomain
DefaultDataDomainFlushAction.dataDomain
Methods 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 DataDomainModifierConstructorDescriptionprotected
DefaultDataDomainFlushAction
(DataDomain dataDomain, DbRowOpSorter dbRowOpSorter, JdbcEventLogger jdbcEventLogger) -
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.dataDomainProvider
Constructor 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.server
Fields in org.apache.cayenne.configuration.server declared as DataDomainModifier and TypeFieldDescriptionprotected DataDomain
DataContextFactory.dataDomain
protected DataDomain
DomainDataChannelProvider.dataDomain
Methods in org.apache.cayenne.configuration.server that return DataDomainModifier and TypeMethodDescriptionprotected DataDomain
DataDomainProvider.createAndInitDataDomain()
protected DataDomain
DataDomainProvider.createDataDomain
(String name) DataDomainProvider.get()
ServerRuntime.getDataDomain()
Returns the main runtime DataDomain.Methods in org.apache.cayenne.configuration.server with parameters of type DataDomainModifier and TypeMethodDescriptionprotected DataNode
DataDomainProvider.addDataNode
(DataDomain dataDomain, DataNodeDescriptor nodeDescriptor) protected ObjectContext
DataContextFactory.createdFromDataDomain
(DataDomain parent)