接口 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) 从接口继承的方法 org.babyfish.jimmer.sql.ast.Expression
asc, coalesce, coalesce, coalesceBuilder, count, count, desc, eq, eq, eqIf, eqIf, in, in, inIf, inIf, inIf, inIf, isNotNull, isNull, ne, ne, neIf, neIf, notIn, notIn, notInIf, notInIf, notInIf, notInIf, nullableIn, nullableInIf, nullableInIf, nullableNotIn, nullableNotInIf, nullableNotInIf
-
方法详细资料
-
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
-