Class TupleElementImpl<E>
java.lang.Object
org.hibernate.sql.results.internal.TupleElementImpl<E>
- All Implemented Interfaces:
TupleElement<E>
Implementation of the JPA TupleElement contract
- Author:
- Steve Ebersole
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()Return the alias assigned to the tuple element or null, if no alias has been assigned.Return the Java type of the tuple element.
-
Constructor Details
-
TupleElementImpl
-
-
Method Details
-
getJavaType
Description copied from interface:TupleElementReturn the Java type of the tuple element.- Specified by:
getJavaTypein interfaceTupleElement<E>- Returns:
- the Java type of the tuple element
-
getAlias
Description copied from interface:TupleElementReturn the alias assigned to the tuple element or null, if no alias has been assigned.- Specified by:
getAliasin interfaceTupleElement<E>- Returns:
- alias
-