Class BatchInsertDSL<T>
java.lang.Object
org.mybatis.dynamic.sql.insert.BatchInsertDSL<T>
- All Implemented Interfaces:
Buildable<BatchInsertModel<T>>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBatchInsertDSL.AbstractBuilder<T, B extends BatchInsertDSL.AbstractBuilder<T,B>> static classclassstatic 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> <F> BatchInsertDSL<T> withMappedColumn(SqlColumn<F> column)