T - expression typepublic interface ParamExpression<T> extends Expression<T>
ParamExpression defines named and unnamed parameters in queries| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get the name of the parameter
|
java.lang.String |
getNotSetMessage()
Get the message for the not set case
|
boolean |
isAnon()
Get whether the parameter is anonymous
|
accept, getTypeCopyright © 2007–2021 Querydsl. All rights reserved.