org.seasar.doma.internal.jdbc.query
クラス SqlFileBatchDeleteQuery<I,E extends Entity<I>>
java.lang.Object
org.seasar.doma.internal.jdbc.query.SqlFileBatchModifyQuery<I,E>
org.seasar.doma.internal.jdbc.query.SqlFileBatchDeleteQuery<I,E>
- すべての実装されたインタフェース:
- BatchDeleteQuery, BatchModifyQuery, Query
public class SqlFileBatchDeleteQuery<I,E extends Entity<I>>
- extends SqlFileBatchModifyQuery<I,E>
- implements BatchDeleteQuery
- 作成者:
- taedium
クラス org.seasar.doma.internal.jdbc.query.SqlFileBatchModifyQuery から継承されたフィールド |
batchSize, callerClassName, callerMethodName, config, entities, entity, entityClass, executable, optimisticLockCheckRequired, parameterName, queryTimeout, sqlExecutionSkipCause, sqlFilePath, sqls |
クラス org.seasar.doma.internal.jdbc.query.SqlFileBatchModifyQuery から継承されたメソッド |
compile, getBatchSize, getClassName, getConfig, getMethodName, getQueryTimeout, getSql, getSqlExecutionSkipCause, getSqls, isAutoGeneratedKeysSupported, isExecutable, isOptimisticLockCheckRequired, prepareOptions, prepareSql, setBatchSize, setCallerClassName, setCallerMethodName, setConfig, setEntities, setParameterName, setQueryTimeout, setSqlFilePath, toString |
versionIgnored
protected boolean versionIgnored
optimisticLockExceptionSuppressed
protected boolean optimisticLockExceptionSuppressed
SqlFileBatchDeleteQuery
public SqlFileBatchDeleteQuery(Class<E> entityClass)
Copyright © 2009 The Seasar Foundation. All Rights Reserved.