Package org.mybatis.dynamic.sql.update
Class UpdateModel.Builder
java.lang.Object
org.mybatis.dynamic.sql.update.UpdateModel.Builder
- Enclosing class:
UpdateModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withColumnMappings
(List<AbstractColumnMapping> columnMappings) withTableAlias
(String tableAlias) withWhereModel
(WhereModel whereModel)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withTable
-
withTableAlias
-
withColumnMappings
-
withWhereModel
-
build
-