Package | Description |
---|---|
org.apache.cayenne.access.jdbc |
Contains classes that handle JDBC interactions.
|
org.apache.cayenne.access.translator.batch | |
org.apache.cayenne.query |
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BatchAction.processGeneratedKeys(Statement statement,
OperationObserver observer,
BatchQueryRow row)
Implements generated keys extraction supported in JDBC 3.0 specification.
|
Modifier and Type | Method and Description |
---|---|
protected BatchParameterBinding[] |
UpdateBatchTranslator.doUpdateBindings(BatchQueryRow row) |
protected BatchParameterBinding[] |
SoftDeleteBatchTranslator.doUpdateBindings(BatchQueryRow row) |
protected BatchParameterBinding[] |
InsertBatchTranslator.doUpdateBindings(BatchQueryRow row) |
protected BatchParameterBinding[] |
DeleteBatchTranslator.doUpdateBindings(BatchQueryRow row) |
protected abstract BatchParameterBinding[] |
DefaultBatchTranslator.doUpdateBindings(BatchQueryRow row) |
BatchParameterBinding[] |
DefaultBatchTranslator.updateBindings(BatchQueryRow row) |
BatchParameterBinding[] |
BatchTranslator.updateBindings(BatchQueryRow row)
Updates internal bindings to be used with a given row, returning updated
bindings array.
|
Modifier and Type | Field and Description |
---|---|
protected List<BatchQueryRow> |
BatchQuery.rows |
Modifier and Type | Method and Description |
---|---|
List<BatchQueryRow> |
BatchQuery.getRows() |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.