Package | Description |
---|---|
org.mybatis.dynamic.sql.update |
Modifier and Type | Method and Description |
---|---|
UpdateModel.Builder |
UpdateModel.Builder.withColumnMappings(List<AbstractColumnMapping> columnMappings) |
static UpdateModel.Builder |
UpdateModel.withTable(SqlTable table) |
UpdateModel.Builder |
UpdateModel.Builder.withTable(SqlTable table) |
UpdateModel.Builder |
UpdateModel.Builder.withWhereModel(WhereModel whereModel) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.