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.access.translator.batch | |
org.apache.cayenne.dba |
Contains database adapter API (DbAdapter) and its default implementation.
|
org.apache.cayenne.dba.sqlserver |
MS SQLServer DbAdapter.
|
org.apache.cayenne.query |
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
|
Modifier and Type | Method and Description |
---|---|
BatchTranslator |
DataNode.batchTranslator(BatchQuery query,
String trimFunction) |
Modifier and Type | Field and Description |
---|---|
protected BatchQuery |
BatchAction.query |
Modifier and Type | Method and Description |
---|---|
BatchQuery |
BatchAction.getQuery() |
Constructor and Description |
---|
BatchAction(BatchQuery query,
DataNode dataNode,
boolean runningAsBatch) |
Modifier and Type | Field and Description |
---|---|
protected BatchQuery |
DefaultBatchTranslator.query |
Modifier and Type | Method and Description |
---|---|
BatchTranslator |
DefaultBatchTranslatorFactory.translator(BatchQuery query,
DbAdapter adapter,
String trimFunction) |
BatchTranslator |
BatchTranslatorFactory.translator(BatchQuery query,
DbAdapter adapter,
String trimFunction)
Creates a proper translator for a BatchQuery
|
Constructor and Description |
---|
DefaultBatchTranslator(BatchQuery query,
DbAdapter adapter,
String trimFunction) |
Modifier and Type | Method and Description |
---|---|
SQLAction |
JdbcActionBuilder.batchAction(BatchQuery query) |
Modifier and Type | Method and Description |
---|---|
SQLAction |
SQLServerActionBuilder.batchAction(BatchQuery query) |
Constructor and Description |
---|
SQLServerBatchAction(BatchQuery batchQuery,
DataNode dataNode,
boolean runningAsBatch) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteBatchQuery
Batched delete query.
|
class |
InsertBatchQuery
Batched INSERT query.
|
class |
UpdateBatchQuery
Batched UPDATE query.
|
Modifier and Type | Method and Description |
---|---|
SQLAction |
SQLActionVisitor.batchAction(BatchQuery query)
Creates an action to execute a batch update query.
|
Copyright © 2001–2015 Apache Cayenne. All rights reserved.