Package | Description |
---|---|
org.mybatis.dynamic.sql.insert | |
org.mybatis.dynamic.sql.insert.render | |
org.mybatis.dynamic.sql.util | |
org.mybatis.dynamic.sql.util.mybatis3 |
Modifier and Type | Method and Description |
---|---|
MultiRowInsertStatementProvider<T> |
MultiRowInsertModel.render(RenderingStrategy renderingStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMultiRowInsertStatementProvider<T> |
Modifier and Type | Method and Description |
---|---|
MultiRowInsertStatementProvider<T> |
MultiRowInsertRenderer.render() |
Modifier and Type | Method and Description |
---|---|
String |
SqlProviderAdapter.insertMultiple(MultiRowInsertStatementProvider<?> insertStatement) |
Modifier and Type | Method and Description |
---|---|
static <R> MultiRowInsertStatementProvider<R> |
MyBatis3Utils.insertMultiple(Collection<R> records,
SqlTable table,
UnaryOperator<MultiRowInsertDSL<R>> completer) |
Modifier and Type | Method and Description |
---|---|
static <R> int |
MyBatis3Utils.insertMultiple(ToIntFunction<MultiRowInsertStatementProvider<R>> mapper,
Collection<R> records,
SqlTable table,
UnaryOperator<MultiRowInsertDSL<R>> completer) |
Copyright © 2016–2019 MyBatis.org. All rights reserved.