Interface ParamExpression<T>

Type Parameters:
T - expression type
All Superinterfaces:
Expression<T>, Serializable
All Known Implementing Classes:
Param, ParamExpressionImpl

public interface ParamExpression<T> extends Expression<T>
ParamExpression defines named and unnamed parameters in queries
Author:
tiwe
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name of the parameter
    Get the message for the not set case
    boolean
    Get whether the parameter is anonymous

    Methods inherited from interface com.querydsl.core.types.Expression

    accept, getType
  • Method Details

    • getName

      String getName()
      Get the name of the parameter
      Returns:
      name
    • isAnon

      boolean isAnon()
      Get whether the parameter is anonymous
      Returns:
      true, if anonymous
    • getNotSetMessage

      String getNotSetMessage()
      Get the message for the not set case
      Returns:
      not set message