| Package | Description |
|---|---|
| org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
| org.apache.cayenne.access.translator.batch | |
| org.apache.cayenne.access.translator.batch.legacy | |
| org.apache.cayenne.configuration.server | |
| org.apache.cayenne.dba |
Contains database adapter API (DbAdapter) and its default implementation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchTranslatorFactory |
DataNode.getBatchTranslatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataNode.setBatchTranslatorFactory(BatchTranslatorFactory batchTranslatorFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBatchTranslatorFactory
Default implementation of
BatchTranslatorFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
SoftDeleteTranslatorFactory
Deprecated.
since 4.2
|
| Modifier and Type | Field and Description |
|---|---|
protected BatchTranslatorFactory |
DefaultDataNodeFactory.batchTranslatorFactory |
| Modifier and Type | Field and Description |
|---|---|
protected BatchTranslatorFactory |
JdbcAdapter.batchQueryBuilderFactory
Deprecated.
since 4.0 BatchQueryBuilderfactory is attached to the DataNode.
|
Copyright © 2001–2021 Apache Cayenne. All rights reserved.