Package | Description |
---|---|
org.mybatis.dynamic.sql.delete | |
org.mybatis.dynamic.sql.select | |
org.mybatis.dynamic.sql.update | |
org.mybatis.dynamic.sql.where | |
org.mybatis.dynamic.sql.where.render |
Modifier and Type | Method and Description |
---|---|
Optional<WhereModel> |
DeleteModel.whereModel() |
Modifier and Type | Method and Description |
---|---|
DeleteModel.Builder |
DeleteModel.Builder.withWhereModel(WhereModel whereModel) |
Modifier and Type | Method and Description |
---|---|
Optional<WhereModel> |
QueryExpressionModel.whereModel() |
Modifier and Type | Method and Description |
---|---|
QueryExpressionModel.Builder |
QueryExpressionModel.Builder.withWhereModel(WhereModel whereModel) |
Modifier and Type | Method and Description |
---|---|
Optional<WhereModel> |
UpdateModel.whereModel() |
Modifier and Type | Method and Description |
---|---|
UpdateModel.Builder |
UpdateModel.Builder.withWhereModel(WhereModel whereModel) |
Modifier and Type | Method and Description |
---|---|
WhereModel |
WhereDSL.build() |
protected WhereModel |
AbstractWhereDSL.buildWhereModel() |
static WhereModel |
WhereModel.of(List<SqlCriterion<?>> criteria) |
Modifier and Type | Method and Description |
---|---|
static WhereRenderer.Builder |
WhereRenderer.withWhereModel(WhereModel whereModel) |
WhereRenderer.Builder |
WhereRenderer.Builder.withWhereModel(WhereModel whereModel) |
Copyright © 2016–2017 MyBatis.org. All rights reserved.