ObjectDB ObjectDB

getParameterValue(param) - JPA Query's method

Method
javax.persistence.Query
T getParameterValue(
  Parameter<T> param
)

Return the value bound to the parameter.
Parameters:
param - parameter object
Returns:
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