Interface SqmSelectionQuery<R>

All Superinterfaces:
CommonQueryContract, SelectionQuery<R>, SqmQuery
All Known Subinterfaces:
SqmSelectionQueryImplementor<R>
All Known Implementing Classes:
DelegatingSqmSelectionQueryImplementor, SqmSelectionQueryImpl

public interface SqmSelectionQuery<R> extends SqmQuery, SelectionQuery<R>