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