- All Superinterfaces:
ModifyQuery,Query
- All Known Implementing Classes:
AutoDeleteQuery,CriteriaQuery,SqlDeleteQuery,SqlFileDeleteQuery
An interface for DELETE queries.
This interface represents a query that performs DELETE operations. It extends ModifyQuery to inherit common data modification functionality while specializing for DELETE
operations.
Implementations of this interface handle the execution of DELETE statements, including the construction of the WHERE clause and handling of optimistic concurrency control.
-
Method Summary
Methods inherited from interface org.seasar.doma.jdbc.query.ModifyQuery
getSql, getSqlExecutionSkipCause, getSqlLogType, isAutoGeneratedKeysSupported, isExecutable, isOptimisticLockCheckRequiredMethods inherited from interface org.seasar.doma.jdbc.query.Query
comment, complete, getClassName, getConfig, getMethod, getMethodName, getQueryTimeout, prepare