Uses of Class
org.mybatis.dynamic.sql.insert.BatchInsertDSL.IntoGatherer
-
Uses of BatchInsertDSL.IntoGatherer in org.mybatis.dynamic.sql
Modifier and TypeMethodDescriptionstatic <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
Modifier and TypeMethodDescriptionstatic <T> BatchInsertDSL.IntoGatherer
<T> BatchInsertDSL.insert
(Collection<T> records) static <T> BatchInsertDSL.IntoGatherer
<T> BatchInsertDSL.insert
(T... records)