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