Package | Description |
---|---|
org.mybatis.dynamic.sql.insert | |
org.mybatis.dynamic.sql.util.mybatis3 |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static <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) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.