接口 VirtualPredicate
- 所有超级接口:
Expression<Boolean>,Predicate,Selection<Boolean>
- 所有已知实现类:
AssociatedPredicate
-
嵌套类概要
嵌套类从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.ast.Expression
Expression.AnyFactory, Expression.ComparableFactory, Expression.NumericFactory, Expression.StringFactory -
方法概要
修饰符和类型方法说明getTableImplementor(RootTableResolver resolver) toFinalPredicate(AbstractMutableStatementImpl parent, List<VirtualPredicate> blocks, VirtualPredicate.Op op) 从接口继承的方法 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
-
方法详细资料
-
getTableImplementor
-
getSubKey
Object getSubKey() -
toFinalPredicate
Predicate toFinalPredicate(AbstractMutableStatementImpl parent, List<VirtualPredicate> blocks, VirtualPredicate.Op op)
-