Uses of Interface
org.mybatis.dynamic.sql.update.render.UpdateStatementProvider
Packages that use UpdateStatementProvider
Package
Description
-
Uses of UpdateStatementProvider in org.mybatis.dynamic.sql.update
Methods in org.mybatis.dynamic.sql.update that return UpdateStatementProvider -
Uses of UpdateStatementProvider in org.mybatis.dynamic.sql.update.render
Classes in org.mybatis.dynamic.sql.update.render that implement UpdateStatementProviderMethods in org.mybatis.dynamic.sql.update.render that return UpdateStatementProvider -
Uses of UpdateStatementProvider in org.mybatis.dynamic.sql.util
Methods in org.mybatis.dynamic.sql.util with parameters of type UpdateStatementProviderModifier and TypeMethodDescriptionSqlProviderAdapter.update
(UpdateStatementProvider updateStatement) -
Uses of UpdateStatementProvider in org.mybatis.dynamic.sql.util.mybatis3
Methods in org.mybatis.dynamic.sql.util.mybatis3 that return UpdateStatementProviderModifier and TypeMethodDescriptionstatic UpdateStatementProvider
MyBatis3Utils.update
(SqlTable table, UpdateDSLCompleter completer) Methods in org.mybatis.dynamic.sql.util.mybatis3 with parameters of type UpdateStatementProviderModifier and TypeMethodDescriptionint
CommonUpdateMapper.update
(UpdateStatementProvider updateStatement) Execute an update statement.Method parameters in org.mybatis.dynamic.sql.util.mybatis3 with type arguments of type UpdateStatementProviderModifier and TypeMethodDescriptionstatic 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 UpdateStatementProviderModifier and TypeMethodDescriptionint
NamedParameterJdbcTemplateExtensions.update
(UpdateStatementProvider updateStatement)