Uses of Class
org.seasar.doma.jdbc.command.DeleteReturningCommand
Packages that use DeleteReturningCommand
-
Uses of DeleteReturningCommand in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc that return DeleteReturningCommandModifier and TypeMethodDescriptiondefault <RESULT> DeleteReturningCommand<RESULT>CommandImplementors.createDeleteReturningCommand(Method method, DeleteQuery query, ResultSetHandler<RESULT> resultSetHandler, Supplier<RESULT> emptyResultSupplier) Creates aDeleteReturningCommandobject.