Package org.mybatis.dynamic.sql.insert
Class BatchInsertDSL<T>
java.lang.Object
org.mybatis.dynamic.sql.insert.BatchInsertDSL<T>
- All Implemented Interfaces:
Buildable<BatchInsertModel<T>>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static <T> BatchInsertDSL.IntoGatherer
<T> insert
(Collection<T> records) static <T> BatchInsertDSL.IntoGatherer
<T> insert
(T... records) <F> BatchInsertDSL<T>.ColumnMappingFinisher
<F>