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