Jakarta Persistence (JPA) Method

Object getParameterValue(
  String name
)


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