Uses of Class
org.mybatis.dynamic.sql.update.UpdateModel.Builder
-
Packages that use UpdateModel.Builder Package Description org.mybatis.dynamic.sql.update -
-
Uses of UpdateModel.Builder in org.mybatis.dynamic.sql.update
Methods in org.mybatis.dynamic.sql.update that return UpdateModel.Builder Modifier and Type Method Description UpdateModel.Builder
UpdateModel.Builder. withColumnMappings(java.util.List<AbstractColumnMapping> columnMappings)
UpdateModel.Builder
UpdateModel.Builder. withTable(SqlTable table)
static UpdateModel.Builder
UpdateModel. withTable(SqlTable table)
UpdateModel.Builder
UpdateModel.Builder. withWhereModel(WhereModel whereModel)
-