Jakarta Persistence (JPA) Method

Object get(
  String alias
)


Get the value of the tuple element to which the specified alias has been assigned.
Parameters:
alias - alias assigned to tuple element
Returns:
value of the tuple element.
Throws:
IllegalArgumentException - if alias does not correspond to an element in the query result tuple.
Since:
Jakarta Persistence (JPA) 1.0