X
- the type of the elementpublic interface TupleElement<X>
TupleElement
interface defines an element that is returned in
a query result tuple.Tuple
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlias()
Return the alias assigned to the tuple element or null,
if no alias has been assigned.
|
java.lang.Class<? extends X> |
getJavaType()
Return the Java type of the tuple element.
|
java.lang.Class<? extends X> getJavaType()
java.lang.String getAlias()