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 row,
SqlTable table,
UnaryOperator<InsertDSL<R>> completer) |
Modifier and Type | Method and Description |
---|---|
int |
CommonInsertMapper.insert(InsertStatementProvider<T> insertStatement)
Execute an insert statement with input fields mapped to values in a POJO.
|
Modifier and Type | Method and Description |
---|---|
static <R> int |
MyBatis3Utils.insert(ToIntFunction<InsertStatementProvider<R>> mapper,
R row,
SqlTable table,
UnaryOperator<InsertDSL<R>> completer) |
Modifier and Type | Method and Description |
---|---|
<T> int |
NamedParameterJdbcTemplateExtensions.insert(InsertStatementProvider<T> insertStatement) |
<T> int |
NamedParameterJdbcTemplateExtensions.insert(InsertStatementProvider<T> insertStatement,
org.springframework.jdbc.support.KeyHolder keyHolder) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.