Jakarta Persistence (JPA) Method

T getParameterValue(
  Parameter<T> param
)


Return the input value bound to the parameter. (Note that OUT parameters are unbound.)
Parameters:
param - parameter object
Returns:
parameter value.
Throws:
IllegalStateException - if the parameter has not been bound.
IllegalArgumentException - if the parameter is not a parameter of the query.
Since:
Jakarta Persistence (JPA) 2.0