- All Superinterfaces:
BatchModifyQuery,Query
- All Known Implementing Classes:
AutoBatchDeleteQuery,SqlBatchDeleteQuery,SqlFileBatchDeleteQuery
An interface for batch DELETE queries.
This interface represents a query that performs batch DELETE operations. It extends BatchModifyQuery to inherit common batch data modification functionality while specializing for
DELETE operations.
Implementations of this interface handle the execution of multiple DELETE statements as a single batch operation for improved performance.
-
Method Summary
Methods inherited from interface org.seasar.doma.jdbc.query.BatchModifyQuery
getBatchSize, getSql, getSqlExecutionSkipCause, getSqlLogType, getSqls, isAutoGeneratedKeysSupported, isExecutable, isOptimisticLockCheckRequiredMethods inherited from interface org.seasar.doma.jdbc.query.Query
comment, complete, getClassName, getConfig, getMethod, getMethodName, getQueryTimeout, prepare