Class TupleImpl
java.lang.Object
org.hibernate.sql.results.internal.TupleImpl
Implementation of the JPA Tuple contract
- Author:
- Steve Ebersole
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(int i) Get the value of the element at the specified position in the result tuple.<X> XGet the value of the element at the specified position in the result tuple.<X> Xget(TupleElement<X> tupleElement) Get the value of the specified tuple element.Get the value of the tuple element to which the specified alias has been assigned.<X> XGet the value of the tuple element to which the specified alias has been assigned.List<TupleElement<?>>Return the tuple elements.Object[]toArray()Return the values of the result tuple elements as an array.toString()
-
Constructor Details
-
TupleImpl
-
-
Method Details
-
get
Description copied from interface:TupleGet the value of the specified tuple element. -
get
Description copied from interface:TupleGet the value of the tuple element to which the specified alias has been assigned. -
get
Description copied from interface:TupleGet the value of the tuple element to which the specified alias has been assigned. -
get
Description copied from interface:TupleGet the value of the element at the specified position in the result tuple. The first position is 0. -
get
Description copied from interface:TupleGet the value of the element at the specified position in the result tuple. The first position is 0. -
toArray
Description copied from interface:TupleReturn the values of the result tuple elements as an array. -
getElements
Description copied from interface:TupleReturn the tuple elements.- Specified by:
getElementsin interfaceTuple- Returns:
- tuple elements
-
toString
-