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