Uses of Class
org.apache.cayenne.query.BatchQueryRow
| 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. | 
- 
Uses of BatchQueryRow in org.apache.cayenne.access.jdbcMethods in org.apache.cayenne.access.jdbc with parameters of type BatchQueryRow Modifier and Type Method Description protected voidBatchAction. processGeneratedKeys(Statement statement, OperationObserver observer, BatchQueryRow row)Implements generated keys extraction supported in JDBC 3.0 specification.
- 
Uses of BatchQueryRow in org.apache.cayenne.access.translator.batchMethods in org.apache.cayenne.access.translator.batch with parameters of type BatchQueryRow Modifier and Type Method 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)
- 
Uses of BatchQueryRow in org.apache.cayenne.queryFields in org.apache.cayenne.query with type parameters of type BatchQueryRow Modifier and Type Field Description protected List<BatchQueryRow>BatchQuery. rowsMethods in org.apache.cayenne.query that return types with arguments of type BatchQueryRow Modifier and Type Method Description List<BatchQueryRow>BatchQuery. getRows()