T - public static class FactoryExpressionUtils.FactoryExpressionAdapter<T> extends ExpressionBase<T> implements FactoryExpression<T>
FactoryExpressionAdapter provides an adapter implementation of the FactoryExpression interface| 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(java.lang.Object o) |
java.util.List<Expression<?>> |
getArgs()
Get the invocation arguments
|
T |
newInstance(java.lang.Object... a)
Create a projection with the given arguments
|
getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic java.util.List<Expression<?>> getArgs()
FactoryExpressiongetArgs in interface FactoryExpression<T>public T newInstance(java.lang.Object... a)
FactoryExpressionnewInstance in interface FactoryExpression<T>a - row argumentspublic <R,C> R accept(Visitor<R,C> v, C context)
Expressionaccept in interface Expression<T>R - return typeC - context typev - visitorcontext - context of visitpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2007–2021 Querydsl. All rights reserved.