T - expression type@Immutable public class ParamExpressionImpl<T> extends ExpressionBase<T> implements ParamExpression<T>
ParamExpressionImpl defines a parameter in a query with an optional name| Constructor 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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic final <R,C> R accept(Visitor<R,C> v, C context)
Expressionaccept in interface Expression<T>R - return typeC - context typev - visitorcontext - context of visitpublic final String getName()
ParamExpressiongetName in interface ParamExpression<T>public final boolean isAnon()
ParamExpressionisAnon in interface ParamExpression<T>public final String getNotSetMessage()
ParamExpressiongetNotSetMessage in interface ParamExpression<T>Copyright © 2007–2020 Querydsl. All rights reserved.