Uses of Class
org.apache.cayenne.query.BatchQueryRow
Packages that use 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
Methods in org.apache.cayenne.access.jdbc with parameters of type BatchQueryRowModifier and TypeMethodDescriptionprotected void
BatchAction.processGeneratedKeys
(Statement statement, OperationObserver observer, BatchQueryRow row) Implements generated keys extraction supported in JDBC 3.0 specification.Method parameters in org.apache.cayenne.access.jdbc with type arguments of type BatchQueryRowModifier and TypeMethodDescriptionprotected void
BatchAction.processGeneratedKeys
(Statement statement, OperationObserver observer, List<BatchQueryRow> rows) -
Uses of BatchQueryRow in org.apache.cayenne.access.translator.batch
Methods in org.apache.cayenne.access.translator.batch with parameters of type BatchQueryRowModifier 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
Methods in org.apache.cayenne.access.translator.batch.legacy with parameters of type BatchQueryRowModifier 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
Fields in org.apache.cayenne.query with type parameters of type BatchQueryRowMethods in org.apache.cayenne.query that return types with arguments of type BatchQueryRow