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 |
---|---|
InsertStatementProvider<T> |
InsertModel.render(RenderingStrategy renderingStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInsertStatementProvider<T> |
Modifier and Type | Method and Description |
---|---|
InsertStatementProvider<T> |
InsertRenderer.render() |
Modifier and Type | Method and Description |
---|---|
List<InsertStatementProvider<T>> |
BatchInsert.insertStatements()
Returns a list of InsertStatement objects.
|
Modifier and Type | Method and Description |
---|---|
String |
SqlProviderAdapter.insert(InsertStatementProvider<?> insertStatement) |
Modifier and Type | Method and Description |
---|---|
static <R> InsertStatementProvider<R> |
MyBatis3Utils.insert(R record,
SqlTable table,
UnaryOperator<InsertDSL<R>> completer) |
Modifier and Type | Method and Description |
---|---|
static <R> int |
MyBatis3Utils.insert(ToIntFunction<InsertStatementProvider<R>> mapper,
R record,
SqlTable table,
UnaryOperator<InsertDSL<R>> completer) |
Copyright © 2016–2019 MyBatis.org. All rights reserved.