ObjectDB ObjectDB

getParameterValue(name) - JPA Query's method

Method
javax.persistence.Query
Object getParameterValue(
  String name
)

Return the value bound to the named parameter.
Parameters:
name - parameter name
Returns:
parameter value
Throws:
IllegalStateException - if the parameter has not been been bound
IllegalArgumentException - if the parameter of the specified name does not exist
Since:
JPA 2.0