JPA Method
in javax.persistence.Tuple

Object get(
  int i
)


Get the value of the element at the specified position in the result tuple. The first position is 0.
Parameters:
i - position in result tuple
Return:
value of the tuple element
Throws:
IllegalArgumentException - if i exceeds length of result tuple
Since:
JPA 2.0