Package org.hibernate.query.sqm.spi
Interface SqmSelectionQueryImplementor<R>
-
- All Superinterfaces:
CommonQueryContract
,SelectionQuery<R>
,SqmQuery
,SqmSelectionQuery<R>
- All Known Implementing Classes:
DelegatingSqmSelectionQueryImplementor
,SqmSelectionQueryImpl
@Incubating public interface SqmSelectionQueryImplementor<R> extends SqmSelectionQuery<R>
- Since:
- 6.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
executeQuery(ResultsConsumer<T,R> resultsConsumer)
-
Methods inherited from interface org.hibernate.query.CommonQueryContract
getComment, getFlushMode, getHibernateFlushMode, getTimeout
-
Methods inherited from interface org.hibernate.query.SelectionQuery
disableFetchProfile, enableFetchProfile, getCacheMode, getCacheRegion, getCacheRetrieveMode, getCacheStoreMode, getFetchSize, getFirstResult, getHibernateLockMode, getKeyedResultList, getLockMode, getLockOptions, getMaxResults, getResultCount, getResultList, getResultStream, getSingleResult, getSingleResultOrNull, isCacheable, isQueryPlanCacheable, isReadOnly, list, scroll, scroll, setAliasSpecificLockMode, setCacheRetrieveMode, setCacheStoreMode, setComment, setEntityGraph, setFirstResult, setFlushMode, setFollowOnLocking, setHibernateLockMode, setHint, setLockMode, setLockMode, setMaxResults, setOrder, setOrder, setPage, setQueryPlanCacheable, stream, uniqueResult, uniqueResultOptional
-
Methods inherited from interface org.hibernate.query.spi.SqmQuery
getParameterMetadata, getQueryOptions, getQueryString, getSqmStatement
-
Methods inherited from interface org.hibernate.query.sqm.SqmSelectionQuery
setCacheable, setCacheMode, setCacheRegion, setFetchSize, setHibernateFlushMode, setParameter, setParameter, setParameter, setParameter, setParameter, setParameter, setParameter, setParameter, setParameter, setParameter, setParameter, setParameter, setParameter, setParameter, setParameter, setParameter, setParameter, setParameter, setParameterList, setParameterList, setParameterList, setParameterList, setParameterList, setParameterList, setParameterList, setParameterList, setParameterList, setParameterList, setParameterList, setParameterList, setParameterList, setParameterList, setParameterList, setParameterList, setParameterList, setParameterList, setProperties, setProperties, setReadOnly, setTimeout
-
-
-
-
Method Detail
-
executeQuery
<T> T executeQuery(ResultsConsumer<T,R> resultsConsumer)
-
-