Class AbstractSelectionQuery<R>

java.lang.Object
org.hibernate.query.spi.AbstractCommonQueryContract
org.hibernate.query.spi.AbstractSelectionQuery<R>
All Implemented Interfaces:
CommonQueryContract, SelectionQuery<R>, DomainQueryExecutionContext
Direct Known Subclasses:
AbstractQuery

@Internal public abstract class AbstractSelectionQuery<R> extends AbstractCommonQueryContract implements SelectionQuery<R>, DomainQueryExecutionContext
Base implementation of SelectionQuery.
API Note:
This class is now considered internal implementation and will move to an internal package in a future version. Application programs should never depend directly on this class.