Uses of Class
org.apache.cayenne.access.DataDomain

Packages that use DataDomain
org.apache.cayenne.access Contains classes that make up Cayenne ORM stack. 
org.apache.cayenne.configuration.server   
 

Uses of DataDomain in org.apache.cayenne.access
 

Fields in org.apache.cayenne.access declared as DataDomain
protected  DataDomain DbGenerator.domain
           
 

Methods in org.apache.cayenne.access that return DataDomain
 DataDomain DbGenerator.getDomain()
          Returns a DataDomain used by the DbGenerator to detect cross-database relationships.
 DataDomain DataContext.getParentDataDomain()
          Returns a DataDomain used by this DataContext.
 

Constructors in org.apache.cayenne.access with parameters of type DataDomain
ClientServerChannel(DataDomain domain)
          Deprecated. since 3.1 as context creation is now factory based.
DbGenerator(DbAdapter adapter, DataMap map, java.util.Collection<DbEntity> excludedEntities, DataDomain domain, JdbcEventLogger logger)
          Creates and initializes new DbGenerator instance.
 

Uses of DataDomain in org.apache.cayenne.configuration.server
 

Fields in org.apache.cayenne.configuration.server declared as DataDomain
protected  DataDomain DataContextFactory.dataDomain
           
protected  DataDomain DomainDataChannelProvider.dataDomain
           
 

Methods in org.apache.cayenne.configuration.server that return DataDomain
protected  DataDomain DataDomainProvider.createAndInitDataDomain()
           
protected  DataDomain DataDomainProvider.createDataDomain(java.lang.String name)
           
 DataDomain DataDomainProvider.get()
           
 DataDomain ServerRuntime.getDataDomain()
          Returns the main runtime DataDomain.
 

Methods in org.apache.cayenne.configuration.server with parameters of type DataDomain
protected  ObjectContext DataContextFactory.createdFromDataDomain(DataDomain parent)
           
 



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.