Uses of Class
org.mybatis.dynamic.sql.update.UpdateModel
-
Packages that use UpdateModel Package Description org.mybatis.dynamic.sql org.mybatis.dynamic.sql.update org.mybatis.dynamic.sql.update.render org.mybatis.dynamic.sql.util.spring -
-
Uses of UpdateModel in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return types with arguments of type UpdateModel Modifier and Type Method Description static UpdateDSL<UpdateModel>
SqlBuilder. update(SqlTable table)
-
Uses of UpdateModel in org.mybatis.dynamic.sql.update
Methods in org.mybatis.dynamic.sql.update that return UpdateModel Modifier and Type Method Description UpdateModel
UpdateModel.Builder. build()
Methods in org.mybatis.dynamic.sql.update that return types with arguments of type UpdateModel Modifier and Type Method Description static UpdateDSL<UpdateModel>
UpdateDSL. update(SqlTable table)
Method parameters in org.mybatis.dynamic.sql.update with type arguments of type UpdateModel Modifier and Type Method Description static <R> UpdateDSL<R>
UpdateDSL. update(Function<UpdateModel,R> adapterFunction, SqlTable table)
-
Uses of UpdateModel in org.mybatis.dynamic.sql.update.render
Methods in org.mybatis.dynamic.sql.update.render with parameters of type UpdateModel Modifier and Type Method Description UpdateRenderer.Builder
UpdateRenderer.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 UpdateModel Modifier and Type Method Description int
NamedParameterJdbcTemplateExtensions. update(Buildable<UpdateModel> updateStatement)
-