Package | Description |
---|---|
org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
org.apache.cayenne.configuration.server |
Modifier and Type | Field and Description |
---|---|
protected DataDomain |
DbGenerator.domain |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ClientServerChannel(DataDomain domain)
Deprecated.
since 3.1 as context creation is now factory based.
|
DbGenerator(DbAdapter adapter,
DataMap map,
Collection<DbEntity> excludedEntities,
DataDomain domain,
JdbcEventLogger logger)
Creates and initializes new DbGenerator instance.
|
Modifier and Type | Field and Description |
---|---|
protected DataDomain |
DataContextFactory.dataDomain |
protected DataDomain |
DomainDataChannelProvider.dataDomain |
Modifier and Type | Method and Description |
---|---|
protected DataDomain |
DataDomainProvider.createAndInitDataDomain() |
protected DataDomain |
DataDomainProvider.createDataDomain(String name) |
DataDomain |
DataDomainProvider.get() |
DataDomain |
ServerRuntime.getDataDomain()
Returns the main runtime DataDomain.
|
Modifier and Type | Method and Description |
---|---|
protected ObjectContext |
DataContextFactory.createdFromDataDomain(DataDomain parent) |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.