Uses of Interface
org.seasar.doma.jdbc.query.BatchUpdateQuery
Packages that use BatchUpdateQuery
Package
Description
Provides JDBC related interfaces and classes.
Provides classes and interfaces to execute SQL statements using the command pattern.
Provides query objects that build and execute SQL statements.
-
Uses of BatchUpdateQuery in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc with parameters of type BatchUpdateQueryModifier and TypeMethodDescriptiondefault BatchUpdateCommandCommandImplementors.createBatchUpdateCommand(Method method, BatchUpdateQuery query) Creates aBatchUpdateCommandobject. -
Uses of BatchUpdateQuery in org.seasar.doma.jdbc.command
Constructors in org.seasar.doma.jdbc.command with parameters of type BatchUpdateQuery -
Uses of BatchUpdateQuery in org.seasar.doma.jdbc.query
Classes in org.seasar.doma.jdbc.query that implement BatchUpdateQueryModifier and TypeClassDescriptionclassAutoBatchUpdateQuery<ENTITY>An auto batch update query that is executed against an entity class.classA query that performs batch update operations using SQL statements.classSqlFileBatchUpdateQuery<ELEMENT>A query that performs batch update operations using an external SQL file.