T
- expression type@Immutable public class ParamExpressionImpl<T> extends ExpressionBase<T> implements ParamExpression<T>
ParamExpressionImpl
defines a parameter in a query with an optional nameConstructor and Description |
---|
ParamExpressionImpl(Class<? extends T> type) |
ParamExpressionImpl(Class<? extends T> type,
String name) |
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) |
String |
getName()
Get the name of the parameter
|
String |
getNotSetMessage()
Get the message for the not set case
|
boolean |
isAnon()
Get whether the parameter is anonymous
|
getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
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 visitpublic final String getName()
ParamExpression
getName
in interface ParamExpression<T>
public final boolean isAnon()
ParamExpression
isAnon
in interface ParamExpression<T>
public final String getNotSetMessage()
ParamExpression
getNotSetMessage
in interface ParamExpression<T>
Copyright © 2007–2016 Querydsl. All rights reserved.