Package | Description |
---|---|
org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
org.apache.cayenne.access.jdbc |
Contains classes that handle JDBC interactions.
|
org.apache.cayenne.dba |
Contains database adapter API (DbAdapter) and its default implementation.
|
Modifier and Type | Method and Description |
---|---|
BatchQueryBuilderFactory |
DataDomain.getQueryBuilderFactory()
Deprecated.
since 3.1 BatchQueryBuilderFactory is injected into JdbcAdapter.
|
Modifier and Type | Method and Description |
---|---|
void |
DataDomain.setQueryBuilderFactory(BatchQueryBuilderFactory queryBuilderFactory)
Deprecated.
since 3.1 BatchQueryBuilderFactory is injected into JdbcAdapter.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultBatchQueryBuilderFactory
Default implementation of
BatchQueryBuilderFactory . |
class |
SoftDeleteQueryBuilderFactory
Implementation of
#BatchQueryBuilderFactory , which uses 'soft' delete
(runs UPDATE and sets 'deleted' field to true instead-of running SQL DELETE) |
Modifier and Type | Field and Description |
---|---|
protected BatchQueryBuilderFactory |
JdbcAdapter.batchQueryBuilderFactory |
Modifier and Type | Method and Description |
---|---|
BatchQueryBuilderFactory |
JdbcAdapter.getBatchQueryBuilderFactory() |
Modifier and Type | Method and Description |
---|---|
void |
JdbcAdapter.setBatchQueryBuilderFactory(BatchQueryBuilderFactory batchQueryBuilderFactory) |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.