javax.persistence.criteria
Interface CompoundSelection<X>

Type Parameters:
X - the type of the selection item
All Superinterfaces:
Selection<X>, TupleElement<X>

public interface CompoundSelection<X>
extends Selection<X>

The CompoundSelection interface defines compound selection item (tuple, array, or result of constructor).


Method Summary
 
Methods inherited from interface javax.persistence.criteria.Selection
alias, getCompoundSelectionItems, isCompoundSelection
 
Methods inherited from interface javax.persistence.TupleElement
getAlias, getJavaType
 



Copyright © 2007-2009 Hibernate.org. All Rights Reserved.