接口 Predicate
- 所有超级接口:
Expression<Boolean>,Selection<Boolean>
- 所有已知子接口:
PredicateImplementor,VirtualPredicate
- 所有已知实现类:
AbstractPredicate,AssociatedPredicate,CompositePredicate,ExistsPredicate,NotPredicate,VirtualPredicateMergedResult
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.ast.Expression
Expression.AnyFactory, Expression.ComparableFactory, Expression.NumericFactory, Expression.StringFactory -
方法概要
修饰符和类型方法说明已过时。static @Nullable Predicatenot()已过时。static @Nullable Predicate已过时。static @Nullable Predicatestatic Predicatestatic Predicatesql(String sql, Consumer<SqlExpressionContext> block) static Predicatesql(String sql, Expression<?>[] expressions, Object... values) static Predicatesql(String sql, Expression<?> expression, Object... values)
-
方法详细资料
-
and
已过时。This function will be deleted in 1.0.0, please use the static methodand(Predicate...) -
or
已过时。This function will be deleted in 1.0.0, please use the static methodor(Predicate...) -
not
已过时。This function will be deleted in 1.0.0, please use the static methodnot(Predicate) -
and
-
or
-
not
-
sql
-
sql
-
sql
-
sql
-