类 AssociatedPredicate
java.lang.Object
org.babyfish.jimmer.sql.ast.impl.AbstractExpression<Boolean>
org.babyfish.jimmer.sql.ast.impl.AbstractPredicate
org.babyfish.jimmer.sql.ast.impl.AssociatedPredicate
- 所有已实现的接口:
Expression<Boolean>,VirtualPredicate,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.associated.VirtualPredicate
VirtualPredicate.Op -
构造器概要
构造器构造器说明AssociatedPredicate(Table<?> parenTable, org.babyfish.jimmer.meta.ImmutableProp prop, Function<Table<?>, Predicate> block) -
方法概要
修饰符和类型方法说明voidaccept(@NotNull AstVisitor visitor) protected booleangetTableImplementor(RootTableResolver resolver) protected AstintvoidrenderTo(@NotNull SqlBuilder builder) toFinalPredicate(AbstractMutableStatementImpl parent, List<VirtualPredicate> virtualPredicates, VirtualPredicate.Op op) 从类继承的方法 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
-
构造器详细资料
-
AssociatedPredicate
-
-
方法详细资料
-
accept
-
renderTo
-
precedence
public int precedence()- 指定者:
precedence在接口中ExpressionImplementor<Boolean>
-
getTableImplementor
- 指定者:
getTableImplementor在接口中VirtualPredicate
-
getSubKey
- 指定者:
getSubKey在接口中VirtualPredicate
-
determineHasVirtualPredicate
protected boolean determineHasVirtualPredicate() -
onResolveVirtualPredicate
-
toFinalPredicate
public Predicate toFinalPredicate(AbstractMutableStatementImpl parent, List<VirtualPredicate> virtualPredicates, VirtualPredicate.Op op) - 指定者:
toFinalPredicate在接口中VirtualPredicate
-