Uses of Interface
org.mybatis.dynamic.sql.update.render.UpdateStatementProvider
-
-
Uses of UpdateStatementProvider in org.mybatis.dynamic.sql.update
Methods in org.mybatis.dynamic.sql.update that return UpdateStatementProvider Modifier and Type Method Description UpdateStatementProvider
UpdateModel. render(RenderingStrategy renderingStrategy)
-
Uses of UpdateStatementProvider in org.mybatis.dynamic.sql.update.render
Classes in org.mybatis.dynamic.sql.update.render that implement UpdateStatementProvider Modifier and Type Class Description class
DefaultUpdateStatementProvider
Methods in org.mybatis.dynamic.sql.update.render that return UpdateStatementProvider Modifier and Type Method Description UpdateStatementProvider
UpdateRenderer. render()
-
Uses of UpdateStatementProvider in org.mybatis.dynamic.sql.util
Methods in org.mybatis.dynamic.sql.util with parameters of type UpdateStatementProvider Modifier and Type Method Description String
SqlProviderAdapter. update(UpdateStatementProvider updateStatement)
-
Uses of UpdateStatementProvider in org.mybatis.dynamic.sql.util.mybatis3
Methods in org.mybatis.dynamic.sql.util.mybatis3 that return UpdateStatementProvider Modifier and Type Method Description static UpdateStatementProvider
MyBatis3Utils. update(SqlTable table, UpdateDSLCompleter completer)
Methods in org.mybatis.dynamic.sql.util.mybatis3 with parameters of type UpdateStatementProvider Modifier and Type Method Description int
CommonUpdateMapper. update(UpdateStatementProvider updateStatement)
Execute an update statement.Method parameters in org.mybatis.dynamic.sql.util.mybatis3 with type arguments of type UpdateStatementProvider Modifier and Type Method Description static int
MyBatis3Utils. update(ToIntFunction<UpdateStatementProvider> mapper, SqlTable table, UpdateDSLCompleter completer)
-
Uses of UpdateStatementProvider in org.mybatis.dynamic.sql.util.spring
Methods in org.mybatis.dynamic.sql.util.spring with parameters of type UpdateStatementProvider Modifier and Type Method Description int
NamedParameterJdbcTemplateExtensions. update(UpdateStatementProvider updateStatement)
-