Modifier and Type | Method and Description |
---|---|
UpdateStatementProvider |
UpdateModel.render(RenderingStrategy renderingStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUpdateStatementProvider |
Modifier and Type | Method and Description |
---|---|
UpdateStatementProvider |
UpdateRenderer.render() |
Modifier and Type | Method and Description |
---|---|
String |
SqlProviderAdapter.update(UpdateStatementProvider updateStatement) |
Modifier and Type | Method and Description |
---|---|
static UpdateStatementProvider |
MyBatis3Utils.update(SqlTable table,
UpdateDSLCompleter completer) |
Modifier and Type | Method and Description |
---|---|
int |
CommonUpdateMapper.update(UpdateStatementProvider updateStatement)
Execute an update statement.
|
Modifier and Type | Method and Description |
---|---|
static int |
MyBatis3Utils.update(ToIntFunction<UpdateStatementProvider> mapper,
SqlTable table,
UpdateDSLCompleter completer) |
Modifier and Type | Method and Description |
---|---|
int |
NamedParameterJdbcTemplateExtensions.update(UpdateStatementProvider updateStatement) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.