Uses of Interface
org.mybatis.dynamic.sql.update.render.UpdateStatementProvider
Package
Description
-
Uses of UpdateStatementProvider in org.mybatis.dynamic.sql.update
-
Uses of UpdateStatementProvider in org.mybatis.dynamic.sql.update.render
-
Uses of UpdateStatementProvider in org.mybatis.dynamic.sql.util
Modifier and TypeMethodDescriptionSqlProviderAdapter.update
(UpdateStatementProvider updateStatement) -
Uses of UpdateStatementProvider in org.mybatis.dynamic.sql.util.mybatis3
Modifier and TypeMethodDescriptionstatic UpdateStatementProvider
MyBatis3Utils.update
(SqlTable table, UpdateDSLCompleter completer) Modifier and TypeMethodDescriptionint
CommonUpdateMapper.update
(UpdateStatementProvider updateStatement) Execute an update statement.Modifier and TypeMethodDescriptionstatic int
MyBatis3Utils.update
(ToIntFunction<UpdateStatementProvider> mapper, SqlTable table, UpdateDSLCompleter completer) -
Uses of UpdateStatementProvider in org.mybatis.dynamic.sql.util.spring
Modifier and TypeMethodDescriptionint
NamedParameterJdbcTemplateExtensions.update
(UpdateStatementProvider updateStatement)