| Package | Description | 
|---|---|
| org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. | 
| org.apache.cayenne.access.translator.batch | |
| 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  | DefaultBatchTranslatorFactoryDefault implementation of  BatchTranslatorFactory. | 
| class  | SoftDeleteTranslatorFactoryImplementation of {link #BatchTranslator}, which uses 'soft' delete
 (runs UPDATE and sets 'deleted' field to true instead-of running SQL DELETE) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected BatchTranslatorFactory | DefaultDataNodeFactory. batchTranslatorFactory | 
| Modifier and Type | Field and Description | 
|---|---|
| protected BatchTranslatorFactory | JdbcAdapter. batchQueryBuilderFactoryDeprecated. 
 since 4.0 BatchQueryBuilderfactory is attached to the DataNode. | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchTranslatorFactory | JdbcAdapter. getBatchQueryBuilderFactory()Deprecated. 
 since 4.0 BatchQueryBuilderfactory is attached to the
 DataNode. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JdbcAdapter. setBatchQueryBuilderFactory(BatchTranslatorFactory batchQueryBuilderFactory)Deprecated. 
 since 4.0 BatchQueryBuilderfactory is attached to the
 DataNode. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.