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.dsl
Methods in org.mybatis.dynamic.sql.dsl that return UpdateModelModifier and TypeMethodDescriptionUpdateDSL.build()WARNING!protected UpdateModelAbstractUpdateDSL.buildUpdateModel()WARNING! -
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 UpdateModelModifier and TypeMethodDescription<R> RUpdateModel.map(Function<UpdateModel, R> mapper) static <R> UpdateDSL<R>UpdateDSL.update(Function<UpdateModel, R> adapterFunction, SqlTable table, @Nullable String tableAlias) -
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.BuilderUpdateRenderer.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 TypeMethodDescriptionintNamedParameterJdbcTemplateExtensions.update(Buildable<UpdateModel> updateStatement)