Uses of Class
org.apache.cayenne.access.translator.DbAttributeBinding
-
Packages that use DbAttributeBinding Package Description org.apache.cayenne.access.translator.batch org.apache.cayenne.access.translator.select -
-
Uses of DbAttributeBinding in org.apache.cayenne.access.translator.batch
Fields in org.apache.cayenne.access.translator.batch declared as DbAttributeBinding Modifier and Type Field Description protected DbAttributeBinding[]
DefaultBatchTranslator. bindings
Methods in org.apache.cayenne.access.translator.batch that return DbAttributeBinding Modifier and Type Method Description protected abstract DbAttributeBinding[]
DefaultBatchTranslator. createBindings()
protected DbAttributeBinding[]
DeleteBatchTranslator. createBindings()
protected DbAttributeBinding[]
InsertBatchTranslator. createBindings()
protected DbAttributeBinding[]
SoftDeleteBatchTranslator. createBindings()
protected DbAttributeBinding[]
UpdateBatchTranslator. createBindings()
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. getBindings()
Returns the widest possible array of bindings for this query.DbAttributeBinding[]
DefaultBatchTranslator. getBindings()
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 DbAttributeBinding in org.apache.cayenne.access.translator.select
Fields in org.apache.cayenne.access.translator.select with type parameters of type DbAttributeBinding Modifier and Type Field Description protected List<DbAttributeBinding>
QueryAssembler. bindings
Methods in org.apache.cayenne.access.translator.select that return DbAttributeBinding Modifier and Type Method Description DbAttributeBinding[]
QueryAssembler. getBindings()
DbAttributeBinding[]
SelectTranslator. getBindings()
Methods in org.apache.cayenne.access.translator.select with parameters of type DbAttributeBinding Modifier and Type Method Description void
QueryAssembler.AddBindingListener. onAdd(DbAttributeBinding binding)
Method parameters in org.apache.cayenne.access.translator.select with type arguments of type DbAttributeBinding Modifier and Type Method Description protected void
DefaultSelectTranslator. appendGroupByColumn(StringBuilder buffer, Map.Entry<ColumnDescriptor,List<DbAttributeBinding>> entry)
Append single column to GROUP BY clauseprotected void
DefaultSelectTranslator. appendGroupByColumns(StringBuilder buffer, Map<ColumnDescriptor,List<DbAttributeBinding>> groupByColumns)
Append columns to GROUP BY clause
-