Package | Description |
---|---|
org.apache.cayenne.access.translator.batch | |
org.apache.cayenne.access.translator.select |
Modifier and Type | Field and Description |
---|---|
protected DbAttributeBinding[] |
DefaultBatchTranslator.bindings |
Modifier and Type | Method and Description |
---|---|
protected abstract DbAttributeBinding[] |
DefaultBatchTranslator.createBindings() |
protected DbAttributeBinding[] |
DeleteBatchTranslator.createBindings() |
protected DbAttributeBinding[] |
InsertBatchTranslator.createBindings() |
protected DbAttributeBinding[] |
UpdateBatchTranslator.createBindings() |
protected DbAttributeBinding[] |
SoftDeleteBatchTranslator.createBindings() |
protected abstract DbAttributeBinding[] |
DefaultBatchTranslator.doUpdateBindings(BatchQueryRow row) |
protected DbAttributeBinding[] |
DeleteBatchTranslator.doUpdateBindings(BatchQueryRow row) |
protected DbAttributeBinding[] |
InsertBatchTranslator.doUpdateBindings(BatchQueryRow row) |
protected DbAttributeBinding[] |
UpdateBatchTranslator.doUpdateBindings(BatchQueryRow row) |
protected DbAttributeBinding[] |
SoftDeleteBatchTranslator.doUpdateBindings(BatchQueryRow row) |
DbAttributeBinding[] |
DefaultBatchTranslator.getBindings() |
DbAttributeBinding[] |
BatchTranslator.getBindings()
Returns the widest possible array of bindings for this query.
|
DbAttributeBinding[] |
DefaultBatchTranslator.updateBindings(BatchQueryRow row) |
DbAttributeBinding[] |
BatchTranslator.updateBindings(BatchQueryRow row)
Updates internal bindings to be used with a given row, returning updated
bindings array.
|
Modifier and Type | Field and Description |
---|---|
protected List<DbAttributeBinding> |
QueryAssembler.bindings |
Modifier and Type | Method and Description |
---|---|
DbAttributeBinding[] |
QueryAssembler.getBindings() |
DbAttributeBinding[] |
SelectTranslator.getBindings() |
Modifier and Type | Method and Description |
---|---|
void |
QueryAssembler.AddBindingListener.onAdd(DbAttributeBinding binding) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultSelectTranslator.appendGroupByColumn(StringBuilder buffer,
Map.Entry<ColumnDescriptor,List<DbAttributeBinding>> entry)
Append single column to GROUP BY clause
|
protected void |
DefaultSelectTranslator.appendGroupByColumns(StringBuilder buffer,
Map<ColumnDescriptor,List<DbAttributeBinding>> groupByColumns)
Append columns to GROUP BY clause
|
Copyright © 2001–2023 Apache Cayenne. All rights reserved.