public interface BatchModifyQuery extends Query
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize() |
PreparedSql |
getSql() |
SqlExecutionSkipCause |
getSqlExecutionSkipCause() |
SqlLogType |
getSqlLogType() |
java.util.List<PreparedSql> |
getSqls() |
boolean |
isAutoGeneratedKeysSupported() |
boolean |
isExecutable() |
boolean |
isOptimisticLockCheckRequired() |
comment, complete, getClassName, getConfig, getMethod, getMethodName, getQueryTimeout, preparejava.util.List<PreparedSql> getSqls()
PreparedSql getSql()
boolean isOptimisticLockCheckRequired()
boolean isAutoGeneratedKeysSupported()
boolean isExecutable()
SqlExecutionSkipCause getSqlExecutionSkipCause()
int getBatchSize()
SqlLogType getSqlLogType()