@Deprecated public class InsertBatchTranslator extends DefaultBatchTranslator
adapter, bindings, query, sql, translated, trimFunction| Constructor and Description |
|---|
InsertBatchTranslator(InsertBatchQuery query,
DbAdapter adapter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected DbAttributeBinding[] |
createBindings()
Deprecated.
|
protected String |
createSql()
Deprecated.
|
protected DbAttributeBinding[] |
doUpdateBindings(BatchQueryRow row)
Deprecated.
|
protected boolean |
includeInBatch(DbAttribute attribute)
Deprecated.
Returns true if an attribute should be included in the batch.
|
appendDbAttribute, ensureTranslated, getBindings, getSql, updateBindingspublic InsertBatchTranslator(InsertBatchQuery query, DbAdapter adapter)
protected String createSql()
createSql in class DefaultBatchTranslatorprotected DbAttributeBinding[] createBindings()
createBindings in class DefaultBatchTranslatorprotected DbAttributeBinding[] doUpdateBindings(BatchQueryRow row)
doUpdateBindings in class DefaultBatchTranslatorprotected boolean includeInBatch(DbAttribute attribute)
Copyright © 2001–2021 Apache Cayenne. All rights reserved.