Uses of Interface
org.seasar.doma.jdbc.query.BatchInsertQuery
Packages that use BatchInsertQuery
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 BatchInsertQuery in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc with parameters of type BatchInsertQueryModifier and TypeMethodDescriptiondefault BatchInsertCommandCommandImplementors.createBatchInsertCommand(Method method, BatchInsertQuery query) Creates aBatchInsertCommandobject. -
Uses of BatchInsertQuery in org.seasar.doma.jdbc.command
Constructors in org.seasar.doma.jdbc.command with parameters of type BatchInsertQuery -
Uses of BatchInsertQuery in org.seasar.doma.jdbc.query
Classes in org.seasar.doma.jdbc.query that implement BatchInsertQueryModifier and TypeClassDescriptionclassAutoBatchInsertQuery<ENTITY>An auto batch insert query that is executed against an entity class.classA query that performs batch insert operations using SQL statements.classSqlFileBatchInsertQuery<ELEMENT>A query that performs batch insert operations using an external SQL file.