Uses of Class
org.mybatis.dynamic.sql.update.UpdateModel
Packages that use UpdateModel
Package
Description
-
Uses of UpdateModel in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return types with arguments of type UpdateModel -
Uses of UpdateModel in org.mybatis.dynamic.sql.update
Methods in org.mybatis.dynamic.sql.update that return UpdateModelMethods in org.mybatis.dynamic.sql.update that return types with arguments of type UpdateModelMethod parameters in org.mybatis.dynamic.sql.update with type arguments of type UpdateModel -
Uses of UpdateModel in org.mybatis.dynamic.sql.update.render
Methods in org.mybatis.dynamic.sql.update.render with parameters of type UpdateModelModifier and TypeMethodDescriptionUpdateRenderer.Builder.withUpdateModel
(UpdateModel updateModel) static UpdateRenderer.Builder
UpdateRenderer.withUpdateModel
(UpdateModel updateModel) -
Uses of UpdateModel in org.mybatis.dynamic.sql.util.spring
Method parameters in org.mybatis.dynamic.sql.util.spring with type arguments of type UpdateModelModifier and TypeMethodDescriptionint
NamedParameterJdbcTemplateExtensions.update
(Buildable<UpdateModel> updateStatement)