StoredProcedureQuery setParameter(
int position,
Object value
)
Bind an argument value to a positional parameter.
- Parameters:
position
- positionvalue
- parameter value
- Return:
- the same query instance
- Throws:
- IllegalArgumentException - if position does not correspond to a positional parameter of the query or if the argument is of incorrect type
- Since:
- JPA 2.1