Uses of Interface
org.seasar.doma.jdbc.query.BatchDeleteQuery
Packages that use BatchDeleteQuery
Package
Description
Provides JDBC related interfaces and classes.
Provides classes and interfaces to execute SQL statements using the command pattern.
Provides query objects that build and execute SQL statements.
-
Uses of BatchDeleteQuery in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc with parameters of type BatchDeleteQueryModifier and TypeMethodDescriptiondefault BatchDeleteCommandCommandImplementors.createBatchDeleteCommand(Method method, BatchDeleteQuery query) Creates aBatchDeleteCommandobject. -
Uses of BatchDeleteQuery in org.seasar.doma.jdbc.command
Constructors in org.seasar.doma.jdbc.command with parameters of type BatchDeleteQuery -
Uses of BatchDeleteQuery in org.seasar.doma.jdbc.query
Classes in org.seasar.doma.jdbc.query that implement BatchDeleteQueryModifier and TypeClassDescriptionclassAutoBatchDeleteQuery<ENTITY>An auto batch delete query that is executed against an entity class.classA query that performs batch delete operations using SQL statements.classSqlFileBatchDeleteQuery<ELEMENT>A query that performs batch delete operations using an external SQL file.