Interface SqmSelectionQuery<R>

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

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