Uses of Class
org.seasar.doma.jdbc.query.SqlBatchModifyQuery
Packages that use SqlBatchModifyQuery
Package
Description
Provides query objects that build and execute SQL statements.
-
Uses of SqlBatchModifyQuery in org.seasar.doma.jdbc.query
Subclasses of SqlBatchModifyQuery in org.seasar.doma.jdbc.queryModifier and TypeClassDescriptionclassA query that performs batch delete operations using SQL statements.classA query that performs batch insert operations using SQL statements.classA query that performs batch update operations using SQL statements.