T
- expression typepublic interface ParamExpression<T> extends Expression<T>
ParamExpression
defines named and unnamed parameters in queriesModifier and Type | Method and Description |
---|---|
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
|
accept, getType
Copyright © 2007–2016 Querydsl. All rights reserved.