Uses of Class
org.seasar.doma.jdbc.command.UpdateReturningCommand
Packages that use UpdateReturningCommand
-
Uses of UpdateReturningCommand in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc that return UpdateReturningCommandModifier and TypeMethodDescriptiondefault <RESULT> UpdateReturningCommand<RESULT>CommandImplementors.createUpdateReturningCommand(Method method, UpdateQuery query, ResultSetHandler<RESULT> resultSetHandler, Supplier<RESULT> emptyResultSupplier) Creates anUpdateReturningCommandobject.