T
- public static class FactoryExpressionUtils.FactoryExpressionAdapter<T> extends ExpressionBase<T> implements FactoryExpression<T>
FactoryExpressionAdapter
provides an adapter implementation of the FactoryExpression
interfaceModifier 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) |
List<Expression<?>> |
getArgs()
Get the invocation arguments
|
T |
newInstance(Object... a)
Create a projection with the given arguments
|
getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
public List<Expression<?>> getArgs()
FactoryExpression
getArgs
in interface FactoryExpression<T>
public T newInstance(Object... a)
FactoryExpression
newInstance
in interface FactoryExpression<T>
a
- row argumentspublic <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.