Uses of Class
org.mybatis.dynamic.sql.insert.MultiRowInsertDSL
Packages that use MultiRowInsertDSL
-
Uses of MultiRowInsertDSL in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return MultiRowInsertDSLModifier 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
Method parameters in org.mybatis.dynamic.sql.util.mybatis3 with type arguments of type MultiRowInsertDSLModifier and TypeMethodDescriptionstatic <R> MultiRowInsertStatementProvider<R> MyBatis3Utils.insertMultiple(Collection<R> records, SqlTable table, UnaryOperator<MultiRowInsertDSL<R>> completer) static <R> intMyBatis3Utils.insertMultiple(ToIntFunction<MultiRowInsertStatementProvider<R>> mapper, Collection<R> records, SqlTable table, UnaryOperator<MultiRowInsertDSL<R>> completer) static <R> intMyBatis3Utils.insertMultipleWithGeneratedKeys(ToIntBiFunction<String, List<R>> mapper, Collection<R> records, SqlTable table, UnaryOperator<MultiRowInsertDSL<R>> completer)