Example usage for Java javax.persistence Tuple fields, constructors, methods, implement or subclass
The text is from its open source code.
X | get(String alias, Class Get the value of the tuple element to which the specified alias has been assigned. |
X | get(int i, Class Get the value of the element at the specified position in the result tuple. |
X | get(TupleElement Get the value of the specified tuple element. |
Object | get(String alias) Get the value of the tuple element to which the specified alias has been assigned. |
Object | get(int i) Get the value of the element at the specified position in the result tuple. |
List | getElements() Return the tuple elements. |