public static class UpdateModel.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateModel |
build() |
UpdateModel.Builder |
withColumnMappings(List<AbstractColumnMapping> columnMappings) |
UpdateModel.Builder |
withTable(SqlTable table) |
UpdateModel.Builder |
withWhereModel(WhereModel whereModel) |
public UpdateModel.Builder withTable(SqlTable table)
public UpdateModel.Builder withColumnMappings(List<AbstractColumnMapping> columnMappings)
public UpdateModel.Builder withWhereModel(WhereModel whereModel)
public UpdateModel build()
Copyright © 2016–2021 MyBatis.org. All rights reserved.