Package | Description |
---|---|
org.mybatis.dynamic.sql.update | |
org.mybatis.dynamic.sql.update.render | |
org.mybatis.dynamic.sql.util | |
org.mybatis.dynamic.sql.util.mybatis3 |
Modifier and Type | Method and Description |
---|---|
UpdateStatementProvider |
UpdateModel.render(RenderingStrategy renderingStrategy) |
Modifier and Type | Method and Description |
---|---|
static <R> MyBatis3UpdateModelAdapter<R> |
MyBatis3UpdateModelAdapter.of(UpdateModel updateModel,
Function<UpdateStatementProvider,R> mapperMethod)
Deprecated.
|
static <T> UpdateDSL<MyBatis3UpdateModelAdapter<T>> |
UpdateDSL.updateWithMapper(Function<UpdateStatementProvider,T> mapperMethod,
SqlTable table)
Deprecated.
in favor of
MyBatis3Utils.update(ToIntFunction, SqlTable, UpdateDSLCompleter) . This
method will be removed without direct replacement in a future version. |
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 |
---|---|
static int |
MyBatis3Utils.update(ToIntFunction<UpdateStatementProvider> mapper,
SqlTable table,
UpdateDSLCompleter completer) |
Copyright © 2016–2019 MyBatis.org. All rights reserved.