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 -
-
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)
Methods in org.mybatis.dynamic.sql.update with parameters of type UpdateModel Modifier and Type Method Description static <R> MyBatis3UpdateModelAdapter<R>
MyBatis3UpdateModelAdapter. of(UpdateModel updateModel, java.util.function.Function<UpdateStatementProvider,R> mapperMethod)
Deprecated.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(java.util.function.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)
-