Uses of Interface
org.seasar.doma.jdbc.query.DeleteQuery
Packages that use DeleteQuery
Package
Description
Provides JDBC related interfaces and classes.
Provides classes and interfaces to execute SQL statements using the command pattern.
Provides the SQL queries and builders.
Provides query objects that build and execute SQL statements.
-
Uses of DeleteQuery in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc with parameters of type DeleteQueryModifier and TypeMethodDescriptiondefault DeleteCommandCommandImplementors.createDeleteCommand(Method method, DeleteQuery query) Creates aDeleteCommandobject.default <RESULT> DeleteReturningCommand<RESULT>CommandImplementors.createDeleteReturningCommand(Method method, DeleteQuery query, ResultSetHandler<RESULT> resultSetHandler, Supplier<RESULT> emptyResultSupplier) Creates aDeleteReturningCommandobject. -
Uses of DeleteQuery in org.seasar.doma.jdbc.command
Constructors in org.seasar.doma.jdbc.command with parameters of type DeleteQueryModifierConstructorDescriptionDeleteCommand(DeleteQuery query) Constructs a new DeleteCommand with the specified query.DeleteReturningCommand(DeleteQuery query, ResultSetHandler<RESULT> resultSetHandler, Supplier<RESULT> emptyResultSupplier) Creates an instance of the DeleteReturningCommand. -
Uses of DeleteQuery in org.seasar.doma.jdbc.criteria.query
Classes in org.seasar.doma.jdbc.criteria.query that implement DeleteQuery -
Uses of DeleteQuery in org.seasar.doma.jdbc.query
Classes in org.seasar.doma.jdbc.query that implement DeleteQueryModifier and TypeClassDescriptionclassAutoDeleteQuery<ENTITY>An auto delete query that is executed against an entity class.classA query that executes a SQL DELETE statement.classA query that deletes data from a database using an external SQL file.