Interface JpaCompoundSelection<T>

All Superinterfaces:
CompoundSelection<T>, JpaCriteriaNode, JpaSelection<T>, JpaTupleElement<T>, Selection<T>, Serializable, TupleElement<T>
All Known Implementing Classes:
SqmDynamicInstantiation, SqmJpaCompoundSelection, SqmTuple

public interface JpaCompoundSelection<T> extends JpaSelection<T>, CompoundSelection<T>