Package jakarta.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>
TheCompoundSelectioninterface defines a compound selection item (tuple, array, or result of constructor).- Since:
 - 2.0
 
 
- 
- 
Method Summary
- 
Methods inherited from interface jakarta.persistence.criteria.Selection
alias, getCompoundSelectionItems, isCompoundSelection 
- 
Methods inherited from interface jakarta.persistence.TupleElement
getAlias, getJavaType 
 - 
 
 -