Package com.querydsl.core.types.dsl
Class Param<T>
java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.Param<T>
- Type Parameters:
T- expression type
- All Implemented Interfaces:
Expression<T>,ParamExpression<T>,Serializable
Param defines a parameter in a query with an optional name- Author:
- tiwe
- See Also:
-
Field Summary
Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression
as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, whenMethods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expression
getType
-
Constructor Details
-
Param
-
Param
-
-
Method Details
-
accept
Description copied from interface:ExpressionAccept the visitor with the given context- Specified by:
acceptin interfaceExpression<T>- Type Parameters:
R- return typeC- context type- Parameters:
v- visitorcontext- context of visit- Returns:
- result of visit
-
getName
Description copied from interface:ParamExpressionGet the name of the parameter- Specified by:
getNamein interfaceParamExpression<T>- Returns:
- name
-
isAnon
public boolean isAnon()Description copied from interface:ParamExpressionGet whether the parameter is anonymous- Specified by:
isAnonin interfaceParamExpression<T>- Returns:
- true, if anonymous
-
getNotSetMessage
Description copied from interface:ParamExpressionGet the message for the not set case- Specified by:
getNotSetMessagein interfaceParamExpression<T>- Returns:
- not set message
-