Uses of Class
org.seasar.doma.jdbc.command.InsertReturningCommand
Packages that use InsertReturningCommand
-
Uses of InsertReturningCommand in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc that return InsertReturningCommandModifier and TypeMethodDescriptiondefault <RESULT> InsertReturningCommand<RESULT>CommandImplementors.createInsertReturningCommand(Method method, InsertQuery query, ResultSetHandler<RESULT> resultSetHandler, Supplier<RESULT> emptyResultSupplier) Creates anInsertReturningCommandobject.