JPA Method
in javax.persistence.Tuple

X get(
  TupleElement<X> tupleElement
)


Get the value of the specified tuple element.
Parameters:
tupleElement - tuple element
Return:
value of tuple element
Throws:
IllegalArgumentException - if tuple element does not correspond to an element in the query result tuple
Since:
JPA 2.0