Uses of Class
org.mybatis.dynamic.sql.where.WhereModel
-
Packages that use WhereModel 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 -
-
Uses of WhereModel in org.mybatis.dynamic.sql.delete
Methods in org.mybatis.dynamic.sql.delete that return types with arguments of type WhereModel Modifier and Type Method Description java.util.Optional<WhereModel>
DeleteModel. whereModel()
Methods in org.mybatis.dynamic.sql.delete with parameters of type WhereModel Modifier and Type Method Description DeleteModel.Builder
DeleteModel.Builder. withWhereModel(WhereModel whereModel)
-
Uses of WhereModel in org.mybatis.dynamic.sql.select
Methods in org.mybatis.dynamic.sql.select that return types with arguments of type WhereModel Modifier and Type Method Description java.util.Optional<WhereModel>
QueryExpressionModel. whereModel()
Methods in org.mybatis.dynamic.sql.select with parameters of type WhereModel Modifier and Type Method Description QueryExpressionModel.Builder
QueryExpressionModel.Builder. withWhereModel(WhereModel whereModel)
-
Uses of WhereModel in org.mybatis.dynamic.sql.update
Methods in org.mybatis.dynamic.sql.update that return types with arguments of type WhereModel Modifier and Type Method Description java.util.Optional<WhereModel>
UpdateModel. whereModel()
Methods in org.mybatis.dynamic.sql.update with parameters of type WhereModel Modifier and Type Method Description UpdateModel.Builder
UpdateModel.Builder. withWhereModel(WhereModel whereModel)
-
Uses of WhereModel in org.mybatis.dynamic.sql.where
Methods in org.mybatis.dynamic.sql.where that return WhereModel Modifier and Type Method Description WhereModel
WhereDSL. build()
protected WhereModel
AbstractWhereDSL. buildWhereModel()
static WhereModel
WhereModel. of(java.util.List<SqlCriterion<?>> criteria)
-
Uses of WhereModel in org.mybatis.dynamic.sql.where.render
Methods in org.mybatis.dynamic.sql.where.render with parameters of type WhereModel Modifier and Type Method Description WhereRenderer.Builder
WhereRenderer.Builder. withWhereModel(WhereModel whereModel)
static WhereRenderer.Builder
WhereRenderer. withWhereModel(WhereModel whereModel)
-