public class BooleanPath extends BooleanExpression implements Path<java.lang.Boolean>
BooleanPath represents boolean path expressionsBoolean,
Serialized FormhashCode, mixin| Modifier | Constructor and Description |
|---|---|
protected |
BooleanPath(Path<?> parent,
java.lang.String property) |
protected |
BooleanPath(PathImpl<java.lang.Boolean> mixin) |
protected |
BooleanPath(PathMetadata metadata) |
protected |
BooleanPath(java.lang.String var) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context
|
java.lang.reflect.AnnotatedElement |
getAnnotatedElement()
Return the annotated element related to the given path
|
PathMetadata |
getMetadata()
Get the metadata for this path
|
Path<?> |
getRoot()
Get the root for this path
|
and, andAnyOf, as, as, coalesce, coalesce, coalesce, coalesce, eq, isFalse, isTrue, not, nullif, nullif, or, orAllOfcastToNum, stringValuebetween, between, goe, goe, goeAll, goeAll, goeAny, goeAny, gt, gt, gtAll, gtAll, gtAny, gtAny, loe, loe, loeAll, loeAll, loeAny, loeAny, lt, lt, ltAll, ltAll, ltAny, ltAny, max, min, notBetween, notBetweenasc, desccount, countDistinct, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypeprotected BooleanPath(PathImpl<java.lang.Boolean> mixin)
protected BooleanPath(Path<?> parent, java.lang.String property)
protected BooleanPath(PathMetadata metadata)
protected BooleanPath(java.lang.String var)
public final <R,C> R accept(Visitor<R,C> v, C context)
Expressionaccept in interface Expression<java.lang.Boolean>R - return typeC - context typev - visitorcontext - context of visitpublic PathMetadata getMetadata()
PathgetMetadata in interface Path<java.lang.Boolean>public java.lang.reflect.AnnotatedElement getAnnotatedElement()
PathFor property paths the annotated element contains the annotations of the related field and/or getter method and for all others paths the annotated element is the expression type.
getAnnotatedElement in interface Path<java.lang.Boolean>Copyright © 2007–2021 Querydsl. All rights reserved.