T
- Result type@Immutable public class SubQueryExpressionImpl<T> extends ExpressionBase<T> implements SubQueryExpression<T>
SubQueryExpressionImpl
is the default implementation of the SubQueryExpression
interfaceConstructor 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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
public SubQueryExpressionImpl(Class<? extends T> type, QueryMetadata metadata)
public final QueryMetadata getMetadata()
SubQueryExpression
getMetadata
in interface SubQueryExpression<T>
public final <R,C> R accept(Visitor<R,C> v, C context)
Expression
accept
in interface Expression<T>
R
- return typeC
- context typev
- visitorcontext
- context of visitCopyright © 2007–2016 Querydsl. All rights reserved.