ObjectDB ObjectDB

getParameter(position) - JPA Query's method

Method
javax.persistence.Query
Parameter<?> getParameter(
  int position
)

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