|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataDomain | |
---|---|
org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. |
org.apache.cayenne.conf | Contains classes dealing with Cayenne configuration files. |
org.apache.cayenne.jpa | |
org.apache.cayenne.map.event | |
org.apache.cayenne.remote.service |
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)
|
|
ClientServerChannel(DataDomain domain,
boolean lifecycleEventsEnabled)
Deprecated. since 3.0 as DataChannel events (incorrectly called "lifecycleEvents" in 2.0) are no longer posted by ClientServerChannel. |
|
DbGenerator(DbAdapter adapter,
DataMap map,
Collection excludedEntities,
DataDomain domain)
Creates and initializes new DbGenerator instance. |
Uses of DataDomain in org.apache.cayenne.conf |
---|
Methods in org.apache.cayenne.conf that return DataDomain | |
---|---|
protected DataDomain |
RuntimeLoadDelegate.findDomain(String name)
|
protected DataDomain |
RuntimeSaveDelegate.findDomain(String domainName)
|
DataDomain |
Configuration.getDomain()
Returns default domain of this configuration. |
DataDomain |
Configuration.getDomain(String name)
Returns registered domain matching name or null if no
such domain is found. |
Methods in org.apache.cayenne.conf with parameters of type DataDomain | |
---|---|
void |
Configuration.addDomain(DataDomain domain)
Adds new DataDomain to the list of registered domains. |
protected DataMap |
RuntimeLoadDelegate.loadDataMap(DataDomain domain,
String mapName,
Map locations)
Returns DataMap for the name and location information. |
Uses of DataDomain in org.apache.cayenne.jpa |
---|
Fields in org.apache.cayenne.jpa declared as DataDomain | |
---|---|
protected DataDomain |
ResourceLocalEntityManagerFactory.domain
|
Constructors in org.apache.cayenne.jpa with parameters of type DataDomain | |
---|---|
JtaEntityManagerFactory(Provider provider,
DataDomain domain,
PersistenceUnitInfo unitInfo)
|
|
ResourceLocalEntityManagerFactory(Provider provider,
DataDomain domain,
PersistenceUnitInfo unitInfo)
Creates a new JpaEntityManagerFactory. |
Uses of DataDomain in org.apache.cayenne.map.event |
---|
Fields in org.apache.cayenne.map.event declared as DataDomain | |
---|---|
protected DataDomain |
DomainEvent.domain
|
Methods in org.apache.cayenne.map.event that return DataDomain | |
---|---|
DataDomain |
DomainEvent.getDomain()
Returns domain object associated with this event. |
Methods in org.apache.cayenne.map.event with parameters of type DataDomain | |
---|---|
void |
DomainEvent.setDomain(DataDomain domain)
Sets domain object associated with this event. |
Constructors in org.apache.cayenne.map.event with parameters of type DataDomain | |
---|---|
DomainEvent(Object src,
DataDomain domain)
Creates a domain change event. |
|
DomainEvent(Object src,
DataDomain domain,
int id)
Creates a domain event of a specified type. |
|
DomainEvent(Object src,
DataDomain domain,
String oldName)
Creates a domain name change event. |
Uses of DataDomain in org.apache.cayenne.remote.service |
---|
Fields in org.apache.cayenne.remote.service declared as DataDomain | |
---|---|
protected DataDomain |
BaseRemoteService.domain
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |