Uses of Class
org.apache.cayenne.query.BatchQueryRow
Package
Description
Contains classes that handle JDBC interactions.
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
-
Uses of BatchQueryRow in org.apache.cayenne.access.jdbc
Modifier and TypeMethodDescriptionprotected void
BatchAction.processGeneratedKeys
(Statement statement, OperationObserver observer, BatchQueryRow row) Implements generated keys extraction supported in JDBC 3.0 specification.Modifier and TypeMethodDescriptionprotected void
BatchAction.processGeneratedKeys
(Statement statement, OperationObserver observer, List<BatchQueryRow> rows) -
Uses of BatchQueryRow in org.apache.cayenne.access.translator.batch
Modifier and TypeMethodDescriptionBatchTranslator.updateBindings
(BatchQueryRow row) Updates internal bindings to be used with a given row, returning updated bindings array.DeleteBatchTranslator.updateBindings
(BatchQueryRow row) InsertBatchTranslator.updateBindings
(BatchQueryRow row) SoftDeleteBatchTranslator.updateBindings
(BatchQueryRow row) UpdateBatchTranslator.updateBindings
(BatchQueryRow row) -
Uses of BatchQueryRow in org.apache.cayenne.access.translator.batch.legacy
Modifier and TypeMethodDescriptionprotected abstract DbAttributeBinding[]
DefaultBatchTranslator.doUpdateBindings
(BatchQueryRow row) Deprecated.protected DbAttributeBinding[]
DeleteBatchTranslator.doUpdateBindings
(BatchQueryRow row) Deprecated.protected DbAttributeBinding[]
InsertBatchTranslator.doUpdateBindings
(BatchQueryRow row) Deprecated.protected DbAttributeBinding[]
SoftDeleteBatchTranslator.doUpdateBindings
(BatchQueryRow row) Deprecated.protected DbAttributeBinding[]
UpdateBatchTranslator.doUpdateBindings
(BatchQueryRow row) Deprecated.DefaultBatchTranslator.updateBindings
(BatchQueryRow row) Deprecated. -
Uses of BatchQueryRow in org.apache.cayenne.query