Uses of Class
org.mybatis.dynamic.sql.insert.MultiRowInsertDSL
-
Packages that use MultiRowInsertDSL Package Description org.mybatis.dynamic.sql.insert org.mybatis.dynamic.sql.util.mybatis3 -
-
Uses of MultiRowInsertDSL in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return MultiRowInsertDSL Modifier and Type Method Description MultiRowInsertDSL<T>MultiRowInsertDSL.IntoGatherer. into(SqlTable table)MultiRowInsertDSL<T>MultiRowInsertDSL.ColumnMappingFinisher. toConstant(String constant)MultiRowInsertDSL<T>MultiRowInsertDSL.ColumnMappingFinisher. toNull()MultiRowInsertDSL<T>MultiRowInsertDSL.ColumnMappingFinisher. toProperty(String property)MultiRowInsertDSL<T>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 MultiRowInsertDSL Modifier and Type Method Description static <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)
-