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 |
DefaultBatchTranslatorFactory
Default implementation of
BatchTranslatorFactory . |
class |
SoftDeleteTranslatorFactory
Implementation 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.batchQueryBuilderFactory
Deprecated.
since 4.0 BatchQueryBuilderfactory is attached to the DataNode.
|
Copyright © 2001–2019 Apache Cayenne. All rights reserved.