public final class BooleanSubQuery extends BooleanExpression implements ExtendedSubQueryExpression<Boolean>
hashCode, mixin| Constructor and Description |
|---|
BooleanSubQuery(QueryMetadata md) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context
|
BooleanExpression |
exists()
Get an exists(this) expression for the subquery
|
QueryMetadata |
getMetadata()
Get the query metadata for the subquery
|
BooleanExpression |
notExists()
Get a not exists(this) expression for the subquery
|
allOf, and, andAnyOf, anyOf, as, as, eq, isFalse, isTrue, not, or, orAllOfbetween, between, goe, goe, goeAll, goeAny, gt, gt, gtAll, gtAny, loe, loe, loeAll, loeAny, lt, lt, ltAll, ltAny, notBetween, notBetweenasc, castToNum, coalesce, coalesce, desc, stringValuecount, countDistinct, eq, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic BooleanSubQuery(QueryMetadata md)
public <R,C> R accept(Visitor<R,C> v, C context)
Expressionaccept in interface Expression<Boolean>R - return typeC - context typev - visitorcontext - context of visitpublic BooleanExpression exists()
ExtendedSubQueryExpressionexists in interface ExtendedSubQueryExpression<Boolean>public QueryMetadata getMetadata()
SubQueryExpressiongetMetadata in interface SubQueryExpression<Boolean>public BooleanExpression notExists()
ExtendedSubQueryExpressionnotExists in interface ExtendedSubQueryExpression<Boolean>Copyright © 2007–2015 Querydsl. All rights reserved.