T - expression typepublic interface ParamExpression<T> extends Expression<T>
ParamExpression defines named and unnamed parameters in queries| Modifier 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, getTypeCopyright © 2007–2016 Querydsl. All rights reserved.