类 VirtualPredicateMergedResult
java.lang.Object
org.babyfish.jimmer.sql.ast.impl.AbstractExpression<Boolean>
org.babyfish.jimmer.sql.ast.impl.AbstractPredicate
org.babyfish.jimmer.sql.ast.impl.associated.VirtualPredicateMergedResult
- 所有已实现的接口:
Expression<Boolean>,Ast,ExpressionImplementor<Boolean>,PredicateImplementor,Predicate,Selection<Boolean>
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.ast.Expression
Expression.AnyFactory, Expression.ComparableFactory, Expression.NumericFactory, Expression.StringFactory -
字段概要
从接口继承的字段 org.babyfish.jimmer.sql.ast.impl.PredicateImplementor
EMPTY_PREDICATES -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaccept(@NotNull AstVisitor visitor) protected booleanvoidmerge(VirtualPredicate predicate) protected Astintstatic voidremoveEmptyResult(List<?> expressions) voidrenderTo(@NotNull AbstractSqlBuilder<?> builder) 从类继承的方法 org.babyfish.jimmer.sql.ast.impl.AbstractPredicate
getType从类继承的方法 org.babyfish.jimmer.sql.ast.impl.AbstractExpression
hasVirtualPredicate, hasVirtualPredicate, hasVirtualPredicate, hasVirtualPredicate, renderChild, resolveVirtualPredicate, usingLowestPrecedence从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.babyfish.jimmer.sql.ast.Expression
eqIf, eqIf, inIf, inIf, inIf, inIf, neIf, neIf, notInIf, notInIf, notInIf, notInIf, nullableInIf, nullableInIf, nullableNotInIf, nullableNotInIf从接口继承的方法 org.babyfish.jimmer.sql.ast.impl.ExpressionImplementor
asc, coalesce, coalesce, coalesceBuilder, count, count, desc, eq, eq, in, in, isNotNull, isNull, ne, ne, notIn, notIn, nullableIn, nullableNotIn从接口继承的方法 org.babyfish.jimmer.sql.ast.impl.PredicateImplementor
and, not, or
-
构造器详细资料
-
VirtualPredicateMergedResult
-
-
方法详细资料
-
merge
-
accept
-
renderTo
-
precedence
public int precedence() -
determineHasVirtualPredicate
protected boolean determineHasVirtualPredicate() -
onResolveVirtualPredicate
-
removeEmptyResult
-