T - expression typepublic final class SimpleSubQuery<T> extends DslExpression<T> implements ExtendedSubQueryExpression<T>
hashCode, mixin| Constructor and Description |
|---|
SimpleSubQuery(Class<T> type,
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
|
as, as, equals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic SimpleSubQuery(Class<T> type, QueryMetadata md)
public <R,C> R accept(Visitor<R,C> v, C context)
Expressionaccept in interface Expression<T>R - return typeC - context typev - visitorcontext - context of visitpublic BooleanExpression exists()
ExtendedSubQueryExpressionexists in interface ExtendedSubQueryExpression<T>public QueryMetadata getMetadata()
SubQueryExpressiongetMetadata in interface SubQueryExpression<T>public BooleanExpression notExists()
ExtendedSubQueryExpressionnotExists in interface ExtendedSubQueryExpression<T>Copyright © 2007–2015 Querydsl. All rights reserved.