Modifier and Type | Method and Description |
---|---|
Collection<DbAttributeBinding> |
SQLGenerationContext.getBindings() |
Modifier and Type | Field and Description |
---|---|
protected DbAttributeBinding[] |
BaseBatchTranslator.bindings |
Modifier and Type | Method and Description |
---|---|
DbAttributeBinding[] |
BaseBatchTranslator.getBindings() |
DbAttributeBinding[] |
BatchTranslator.getBindings()
Returns the widest possible array of bindings for this query.
|
DbAttributeBinding[] |
BatchTranslator.updateBindings(BatchQueryRow row)
Updates internal bindings to be used with a given row, returning updated
bindings array.
|
DbAttributeBinding[] |
DeleteBatchTranslator.updateBindings(BatchQueryRow row) |
DbAttributeBinding[] |
InsertBatchTranslator.updateBindings(BatchQueryRow row) |
DbAttributeBinding[] |
SoftDeleteBatchTranslator.updateBindings(BatchQueryRow row) |
DbAttributeBinding[] |
UpdateBatchTranslator.updateBindings(BatchQueryRow row) |
Modifier and Type | Field and Description |
---|---|
protected DbAttributeBinding[] |
DefaultBatchTranslator.bindings
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
DbAttributeBinding[] |
DefaultBatchTranslator.getBindings()
Deprecated.
|
DbAttributeBinding[] |
DefaultBatchTranslator.updateBindings(BatchQueryRow row)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DbAttributeBinding[] |
DefaultSelectTranslator.getBindings() |
DbAttributeBinding[] |
SelectTranslator.getBindings() |
Modifier and Type | Method and Description |
---|---|
Collection<DbAttributeBinding> |
TranslatorContext.getBindings() |
Copyright © 2001–2021 Apache Cayenne. All rights reserved.