Uses of Class
org.mybatis.dynamic.sql.insert.MultiRowInsertDSL
-
Uses of MultiRowInsertDSL in org.mybatis.dynamic.sql.insert
Modifier and TypeMethodDescriptionMultiRowInsertDSL.Builder.build()
MultiRowInsertDSL.ColumnMappingFinisher.toConstant
(String constant) MultiRowInsertDSL.ColumnMappingFinisher.toNull()
MultiRowInsertDSL.ColumnMappingFinisher.toProperty
(String property) MultiRowInsertDSL.ColumnMappingFinisher.toRow()
MultiRowInsertDSL.ColumnMappingFinisher.toStringConstant
(String constant) -
Uses of MultiRowInsertDSL in org.mybatis.dynamic.sql.util.mybatis3
Modifier and TypeMethodDescriptionstatic <R> MultiRowInsertStatementProvider
<R> MyBatis3Utils.insertMultiple
(Collection<R> records, SqlTable table, UnaryOperator<MultiRowInsertDSL<R>> completer) static <R> int
MyBatis3Utils.insertMultiple
(ToIntFunction<MultiRowInsertStatementProvider<R>> mapper, Collection<R> records, SqlTable table, UnaryOperator<MultiRowInsertDSL<R>> completer) static <R> int
MyBatis3Utils.insertMultipleWithGeneratedKeys
(ToIntBiFunction<String, List<R>> mapper, Collection<R> records, SqlTable table, UnaryOperator<MultiRowInsertDSL<R>> completer)