Uses of Class
org.mybatis.dynamic.sql.insert.MultiRowInsertDSL.IntoGatherer
Packages that use MultiRowInsertDSL.IntoGatherer
-
Uses of MultiRowInsertDSL.IntoGatherer in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return MultiRowInsertDSL.IntoGathererModifier and TypeMethodDescriptionstatic <T> MultiRowInsertDSL.IntoGatherer
<T> SqlBuilder.insertMultiple
(Collection<T> records) Insert multiple records in a single statement.static <T> MultiRowInsertDSL.IntoGatherer
<T> SqlBuilder.insertMultiple
(T... records) Insert multiple records in a single statement. -
Uses of MultiRowInsertDSL.IntoGatherer in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return MultiRowInsertDSL.IntoGathererModifier and TypeMethodDescriptionstatic <T> MultiRowInsertDSL.IntoGatherer
<T> MultiRowInsertDSL.insert
(Collection<T> records) static <T> MultiRowInsertDSL.IntoGatherer
<T> MultiRowInsertDSL.insert
(T... records)