@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, updateBindings
public InsertBatchTranslator(InsertBatchQuery query, DbAdapter adapter)
protected String createSql()
createSql
in class DefaultBatchTranslator
protected DbAttributeBinding[] createBindings()
createBindings
in class DefaultBatchTranslator
protected DbAttributeBinding[] doUpdateBindings(BatchQueryRow row)
doUpdateBindings
in class DefaultBatchTranslator
protected boolean includeInBatch(DbAttribute attribute)
Copyright © 2001–2021 Apache Cayenne. All rights reserved.