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(java.lang.String constant)
MultiRowInsertDSL<T>
MultiRowInsertDSL.ColumnMappingFinisher. toNull()
MultiRowInsertDSL<T>
MultiRowInsertDSL.ColumnMappingFinisher. toProperty(java.lang.String property)
MultiRowInsertDSL<T>
MultiRowInsertDSL.ColumnMappingFinisher. toStringConstant(java.lang.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(java.util.Collection<R> records, SqlTable table, java.util.function.UnaryOperator<MultiRowInsertDSL<R>> completer)
static <R> int
MyBatis3Utils. insertMultiple(java.util.function.ToIntFunction<MultiRowInsertStatementProvider<R>> mapper, java.util.Collection<R> records, SqlTable table, java.util.function.UnaryOperator<MultiRowInsertDSL<R>> completer)
-