Get the parameter object corresponding to the declared parameter of the given name. This method is not required to be supported for native queries.
- Parameters:
name- parameter name
- Returns:
- parameter object.
- Throws:
- if invoked on a native query when the implementation does not support this use.IllegalStateException- if the parameter of the specified name does not exist.IllegalArgumentException
- Since:
- Jakarta Persistence (JPA) 2.0