Return the input value bound to the named parameter. (Note that OUT parameters are unbound.)
- Parameters:
name- parameter name
- Returns:
- parameter value.
- Throws:
- if the parameter has not been bound.IllegalStateException- if the parameter of the specified name does not exist.IllegalArgumentException
- Since:
- Jakarta Persistence (JPA) 2.0