@Immutable public class SubQueryExpressionImpl<T> extends ExpressionBase<T> implements SubQueryExpression<T>
SubQueryExpression interface| Constructor and Description |
|---|
SubQueryExpressionImpl(Class<? extends T> type,
QueryMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context
|
boolean |
equals(Object o) |
QueryMetadata |
getMetadata()
Get the query metadata for the subquery
|
getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic SubQueryExpressionImpl(Class<? extends T> type, QueryMetadata metadata)
public final QueryMetadata getMetadata()
SubQueryExpressiongetMetadata in interface SubQueryExpression<T>public final <R,C> R accept(Visitor<R,C> v, C context)
Expressionaccept in interface Expression<T>R - return typeC - context typev - visitorcontext - context of visitCopyright © 2007–2015 Querydsl. All rights reserved.