Modifier and Type | Method and Description |
---|---|
GeneralInsertStatementProvider |
GeneralInsertModel.render(RenderingStrategy renderingStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGeneralInsertStatementProvider |
Modifier and Type | Method and Description |
---|---|
GeneralInsertStatementProvider |
GeneralInsertRenderer.render() |
Modifier and Type | Method and Description |
---|---|
String |
SqlProviderAdapter.generalInsert(GeneralInsertStatementProvider insertStatement) |
Modifier and Type | Method and Description |
---|---|
static GeneralInsertStatementProvider |
MyBatis3Utils.generalInsert(SqlTable table,
UnaryOperator<GeneralInsertDSL> completer) |
Modifier and Type | Method and Description |
---|---|
int |
CommonInsertMapper.generalInsert(GeneralInsertStatementProvider insertStatement)
Execute an insert statement with input fields supplied directly.
|
Modifier and Type | Method and Description |
---|---|
static int |
MyBatis3Utils.generalInsert(ToIntFunction<GeneralInsertStatementProvider> mapper,
SqlTable table,
UnaryOperator<GeneralInsertDSL> completer) |
Modifier and Type | Method and Description |
---|---|
int |
NamedParameterJdbcTemplateExtensions.generalInsert(GeneralInsertStatementProvider insertStatement) |
int |
NamedParameterJdbcTemplateExtensions.generalInsert(GeneralInsertStatementProvider insertStatement,
org.springframework.jdbc.support.KeyHolder keyHolder) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.