Jakarta Persistence (JPA) Method
T getParameterValue(
Parameter<T> param
)
Return the input value bound to the parameter. (Note that OUT parameters are unbound.)
- Parameters:
param- parameter object
- Returns:
- parameter value.
- Throws:
- if the parameter has not been bound.IllegalStateException- if the parameter is not a parameter of the query.IllegalArgumentException
- Since:
- Jakarta Persistence (JPA) 2.0