Uses of Class
org.mybatis.dynamic.sql.NotCriterion
-
Packages that use NotCriterion Package Description org.mybatis.dynamic.sql org.mybatis.dynamic.sql.where.render -
-
Uses of NotCriterion in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return NotCriterion Modifier and Type Method Description NotCriterion
NotCriterion.Builder. build()
static <T> NotCriterion
SqlBuilder. not(BindableColumn<T> column, VisitableCondition<T> condition, List<AndOrCriteriaGroup> subCriteria)
static <T> NotCriterion
SqlBuilder. not(BindableColumn<T> column, VisitableCondition<T> condition, AndOrCriteriaGroup... subCriteria)
static NotCriterion
SqlBuilder. not(ExistsPredicate existsPredicate, List<AndOrCriteriaGroup> subCriteria)
static NotCriterion
SqlBuilder. not(ExistsPredicate existsPredicate, AndOrCriteriaGroup... subCriteria)
static NotCriterion
SqlBuilder. not(SqlCriterion initialCriterion, List<AndOrCriteriaGroup> subCriteria)
static NotCriterion
SqlBuilder. not(SqlCriterion initialCriterion, AndOrCriteriaGroup... subCriteria)
Methods in org.mybatis.dynamic.sql with parameters of type NotCriterion Modifier and Type Method Description R
SqlCriterionVisitor. visit(NotCriterion criterion)
-
Uses of NotCriterion in org.mybatis.dynamic.sql.where.render
Methods in org.mybatis.dynamic.sql.where.render with parameters of type NotCriterion Modifier and Type Method Description Optional<RenderedCriterion>
CriterionRenderer. visit(NotCriterion criterion)
-