Uses of Class
org.apache.cayenne.access.translator.DbAttributeBinding
Package
Description
-
Uses of DbAttributeBinding in org.apache.cayenne.access.sqlbuilder
-
Uses of DbAttributeBinding in org.apache.cayenne.access.translator.batch
Modifier and TypeMethodDescriptionBaseBatchTranslator.getBindings()
BatchTranslator.getBindings()
Returns the widest possible array of bindings for this query.BatchTranslator.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 DbAttributeBinding in org.apache.cayenne.access.translator.batch.legacy
Modifier and TypeFieldDescriptionprotected DbAttributeBinding[]
DefaultBatchTranslator.bindings
Deprecated.Modifier and TypeMethodDescriptionprotected abstract DbAttributeBinding[]
DefaultBatchTranslator.createBindings()
Deprecated.protected DbAttributeBinding[]
DeleteBatchTranslator.createBindings()
Deprecated.protected DbAttributeBinding[]
InsertBatchTranslator.createBindings()
Deprecated.protected DbAttributeBinding[]
SoftDeleteBatchTranslator.createBindings()
Deprecated.protected DbAttributeBinding[]
UpdateBatchTranslator.createBindings()
Deprecated.protected 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.getBindings()
Deprecated.DefaultBatchTranslator.updateBindings
(BatchQueryRow row) Deprecated. -
Uses of DbAttributeBinding in org.apache.cayenne.access.translator.select
Modifier and TypeMethodDescriptionDefaultSelectTranslator.getBindings()
SelectTranslator.getBindings()