getParameterValue(position) - JPA Query's method
Method javax.persistence.Query
Object getParameterValue(
int position
)
- Parameters:
-
position
- position
- Returns:
- parameter value
- Throws:
-
IllegalStateException
- if the parameter has not been been bound -
IllegalArgumentException
- if the parameter with the specified position does not exist
- Since:
- JPA 2.0