Uses of Class
org.mybatis.dynamic.sql.insert.MultiRowInsertDSL.IntoGatherer
-
Packages that use MultiRowInsertDSL.IntoGatherer Package Description org.mybatis.dynamic.sql org.mybatis.dynamic.sql.insert -
-
Uses of MultiRowInsertDSL.IntoGatherer in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return MultiRowInsertDSL.IntoGatherer Modifier and Type Method Description static <T> MultiRowInsertDSL.IntoGatherer<T>
SqlBuilder. insertMultiple(java.util.Collection<T> records)
static <T> MultiRowInsertDSL.IntoGatherer<T>
SqlBuilder. insertMultiple(T... records)
-
Uses of MultiRowInsertDSL.IntoGatherer in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return MultiRowInsertDSL.IntoGatherer Modifier and Type Method Description static <T> MultiRowInsertDSL.IntoGatherer<T>
MultiRowInsertDSL. insert(java.util.Collection<T> records)
static <T> MultiRowInsertDSL.IntoGatherer<T>
MultiRowInsertDSL. insert(T... records)
-