Package | Description |
---|---|
org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
org.apache.cayenne.configuration.osgi | |
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 |
---|
DbGenerator(DbAdapter adapter,
DataMap map,
Collection<DbEntity> excludedEntities,
DataDomain domain,
JdbcEventLogger logger)
Creates and initializes new DbGenerator instance.
|
Modifier and Type | Method and Description |
---|---|
DataDomain |
OsgiDataDomainProvider.get() |
Modifier and Type | Field and Description |
---|---|
protected DataDomain |
DomainDataChannelProvider.dataDomain |
protected DataDomain |
DataContextFactory.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 DataNode |
DataDomainProvider.addDataNode(DataDomain dataDomain,
DataNodeDescriptor nodeDescriptor) |
protected ObjectContext |
DataContextFactory.createdFromDataDomain(DataDomain parent) |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.