JPA Method
in javax.persistence.Query

T getParameterValue(
  Parameter<T> param
)


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