接口 PredicateImplementor
- 所有超级接口:
Expression<Boolean>,ExpressionImplementor<Boolean>,Predicate,Selection<Boolean>
- 所有已知实现类:
AbstractPredicate,AssociatedPredicate,CompositePredicate,ExistsPredicate,NotPredicate,VirtualPredicateMergedResult
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.ast.Expression
Expression.AnyFactory, Expression.ComparableFactory, Expression.NumericFactory, Expression.StringFactory -
字段概要
字段 -
方法概要
修饰符和类型方法说明default PredicateThis function will be deleted in 1.0.0, please use the static methodPredicate.and(Predicate...)default Predicatenot()This function will be deleted in 1.0.0, please use the static methodPredicate.not(Predicate)default PredicateThis function will be deleted in 1.0.0, please use the static methodPredicate.or(Predicate...)
-
字段详细资料
-
EMPTY_PREDICATES
-
-
方法详细资料
-
and
从接口复制的说明:PredicateThis function will be deleted in 1.0.0, please use the static methodPredicate.and(Predicate...) -
or
从接口复制的说明:PredicateThis function will be deleted in 1.0.0, please use the static methodPredicate.or(Predicate...) -
not
从接口复制的说明:PredicateThis function will be deleted in 1.0.0, please use the static methodPredicate.not(Predicate)
-