Java javax.persistence Tuple fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence Tuple fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence Tuple.

The text is from its open source code.

Method

Xget(String alias, Class type)
Get the value of the tuple element to which the specified alias has been assigned.
Xget(int i, Class type)
Get the value of the element at the specified position in the result tuple.
Xget(TupleElement tupleElement)
Get the value of the specified tuple element.
Objectget(String alias)
Get the value of the tuple element to which the specified alias has been assigned.
Objectget(int i)
Get the value of the element at the specified position in the result tuple.
List>getElements()
Return the tuple elements.