Uses of Class
org.seasar.doma.jdbc.command.ModifyReturningCommand
Packages that use ModifyReturningCommand
Package
Description
Provides classes and interfaces to execute SQL statements using the command pattern.
-
Uses of ModifyReturningCommand in org.seasar.doma.jdbc.command
Subclasses of ModifyReturningCommand in org.seasar.doma.jdbc.commandModifier and TypeClassDescriptionclassDeleteReturningCommand<RESULT>A command that executes an SQL DELETE statement and retrieves a result set generated from a RETURNING clause.classInsertReturningCommand<RESULT>A command that executes an SQL INSERT statement and retrieves a result set generated from a RETURNING clause.classUpdateReturningCommand<RESULT>A command that executes an SQL UPDATE statement and retrieves a result set generated from a RETURNING clause.