Jakarta Persistence (JPA) Method

Object getParameterValue(
  int position
)


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