Object getParameterValue(
String name
)
Return the input value bound to the named parameter. (Note that OUT parameters are unbound.)
- Parameters:
name
- parameter name
- Return:
- 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