Class SqmTuple<T>

All Implemented Interfaces:
CompoundSelection<T>, Expression<T>, Selection<T>, TupleElement<T>, Serializable, JpaCompoundSelection<T>, JpaCriteriaNode, JpaExpression<T>, JpaSelection<T>, JpaTupleElement<T>, SqmExpression<T>, SqmSelectableNode<T>, SqmExpressibleAccessor<T>, SqmNode, SqmTypedNode<T>, SqmVisitableNode

public class SqmTuple<T> extends AbstractSqmExpression<T> implements JpaCompoundSelection<T>
A tuple constructor, that is, a list of expressions wrapped in parentheses, for example, (x, y, z).

Differs from SqmJpaCompoundSelection in that this node may occur anywhere in the SQM tree, whereas SqmJpaCompoundSelection is only legal in the SELECT clause.

See Also: