Interface QueryParameter<T>

Type Parameters:
T - parameter type

public interface QueryParameter<T>
Stores a query parameter and the value associated with the parameter
Author:
Mislav Milicevic
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.persistence.criteria.ParameterExpression<T>
     
     
  • Method Details

    • getParameterExpression

      jakarta.persistence.criteria.ParameterExpression<T> getParameterExpression()
    • getValue

      T getValue()