接口 PredicateImplementor
- 所有超级接口:
Expression<Boolean>,ExpressionImplementor<Boolean>,Predicate,Selection<Boolean>
- 所有已知实现类:
CompositePredicate,ExistsPredicate,NotPredicate
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.ast.Expression
Expression.AnyFactory, Expression.ComparableFactory, Expression.NumericFactory, Expression.StringFactory -
方法概要
修饰符和类型方法说明default PredicatePlease usePredicate.not(Predicate)when the current predicate may be nulldefault Predicatenot()Please usePredicate.not(Predicate)when the current predicate may be nulldefault PredicatePlease usePredicate.not(Predicate)when the current predicate may be null
-
方法详细资料
-
and
从接口复制的说明:PredicatePlease usePredicate.not(Predicate)when the current predicate may be null -
or
从接口复制的说明:PredicatePlease usePredicate.not(Predicate)when the current predicate may be null -
not
从接口复制的说明:PredicatePlease usePredicate.not(Predicate)when the current predicate may be null
-