ObjectDB ObjectDB

get(tupleElement) - JPA Tuple's method

Method
javax.persistence.Tuple
X get(
  TupleElement<X> tupleElement
)

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