Uses of Class
org.mybatis.dynamic.sql.insert.BatchInsertDSL.IntoGatherer
-
Packages that use BatchInsertDSL.IntoGatherer Package Description org.mybatis.dynamic.sql org.mybatis.dynamic.sql.insert -
-
Uses of BatchInsertDSL.IntoGatherer in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return BatchInsertDSL.IntoGatherer Modifier and Type Method Description static <T> BatchInsertDSL.IntoGatherer<T>
SqlBuilder. insertBatch(Collection<T> records)
Insert a Batch of records.static <T> BatchInsertDSL.IntoGatherer<T>
SqlBuilder. insertBatch(T... records)
Insert a Batch of records. -
Uses of BatchInsertDSL.IntoGatherer in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return BatchInsertDSL.IntoGatherer Modifier and Type Method Description static <T> BatchInsertDSL.IntoGatherer<T>
BatchInsertDSL. insert(Collection<T> records)
static <T> BatchInsertDSL.IntoGatherer<T>
BatchInsertDSL. insert(T... records)
-