| 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 abstract DbAttributeBinding[] | DefaultBatchTranslator. doUpdateBindings(BatchQueryRow row) | 
| protected DbAttributeBinding[] | DeleteBatchTranslator. doUpdateBindings(BatchQueryRow row) | 
| protected DbAttributeBinding[] | InsertBatchTranslator. doUpdateBindings(BatchQueryRow row) | 
| protected DbAttributeBinding[] | SoftDeleteBatchTranslator. doUpdateBindings(BatchQueryRow row) | 
| protected DbAttributeBinding[] | UpdateBatchTranslator. doUpdateBindings(BatchQueryRow row) | 
| DbAttributeBinding[] | BatchTranslator. updateBindings(BatchQueryRow row)Updates internal bindings to be used with a given row, returning updated
 bindings array. | 
| DbAttributeBinding[] | DefaultBatchTranslator. updateBindings(BatchQueryRow row) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<BatchQueryRow> | BatchQuery. rows | 
| Modifier and Type | Method and Description | 
|---|---|
| List<BatchQueryRow> | BatchQuery. getRows() | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.