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 |
---|---|
String |
getAlias()
Return the alias assigned to the tuple element or null,
if no alias has been assigned.
|
Class<? extends X> |
getJavaType()
Return the Java type of the tuple element.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.