Uses of Class
org.seasar.doma.jdbc.command.ModifyCommand
Packages that use ModifyCommand
Package
Description
Provides classes and interfaces to execute SQL statements using the command pattern.
-
Uses of ModifyCommand in org.seasar.doma.jdbc.command
Subclasses of ModifyCommand in org.seasar.doma.jdbc.commandModifier and TypeClassDescriptionclassA command that executes DELETE SQL statements.classA command that executes INSERT SQL statements.classA command that executes UPDATE SQL statements.