| Package | Description |
|---|---|
| org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
| org.apache.cayenne.access.flush | |
| org.apache.cayenne.access.flush.operation | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DataDomainFlushAction |
LegacyDataDomainFlushActionFactory.createFlushAction(DataDomain dataDomain)
Deprecated.
|
| Constructor and Description |
|---|
DbGenerator(DbAdapter adapter,
DataMap map,
Collection<DbEntity> excludedEntities,
DataDomain domain,
JdbcEventLogger logger)
Creates and initializes new DbGenerator instance.
|
LegacyDataDomainFlushAction(DataDomain domain)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataDomain |
DefaultDataDomainFlushAction.dataDomain |
| Modifier and Type | Method and Description |
|---|---|
DataDomainFlushAction |
DataDomainFlushActionFactory.createFlushAction(DataDomain dataDomain) |
DataDomainFlushAction |
DefaultDataDomainFlushActionFactory.createFlushAction(DataDomain dataDomain) |
| Constructor and Description |
|---|
DefaultDataDomainFlushAction(DataDomain dataDomain,
DbRowOpSorter dbRowOpSorter,
JdbcEventLogger jdbcEventLogger) |
| Modifier and Type | Field and Description |
|---|---|
protected Provider<DataDomain> |
DefaultDbRowOpSorter.dataDomainProvider |
| Constructor and Description |
|---|
DefaultDbRowOpSorter(Provider<DataDomain> dataDomainProvider) |
GraphBasedDbRowOpSorter(Provider<DataDomain> dataDomainProvider) |
| 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–2021 Apache Cayenne. All rights reserved.