Uses of Interface
org.hibernate.query.spi.SelectionQueryImplementor
Packages that use SelectionQueryImplementor
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Support for named queries
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
SPIs for native SQL query support.
-
Uses of SelectionQueryImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return SelectionQueryImplementorModifier and TypeMethodDescription<T> SelectionQueryImplementor<T> SessionDelegatorBaseImpl.createNamedQuery(String name, Class<T> resultClass) <R> SelectionQueryImplementor<R> SharedSessionContractImplementor.createNamedQuery(String name, Class<R> resultClass) <T> SelectionQueryImplementor<T> SharedSessionDelegatorBaseImpl.createNamedQuery(String name, Class<T> resultClass) <T> SelectionQueryImplementor<T> SessionDelegatorBaseImpl.createQuery(CriteriaQuery<T> criteriaQuery) <T> SelectionQueryImplementor<T> SessionDelegatorBaseImpl.createQuery(CriteriaSelect<T> criteriaQuery) <R> SelectionQueryImplementor<R> SessionDelegatorBaseImpl.createQuery(TypedQueryReference<R> typedQueryReference) <R> SelectionQueryImplementor<R> SessionDelegatorBaseImpl.createQuery(String hqlString, EntityGraph<R> resultGraph) <T> SelectionQueryImplementor<T> SessionDelegatorBaseImpl.createQuery(String queryString, Class<T> resultType) <T> SelectionQueryImplementor<T> SessionImplementor.createQuery(CriteriaSelect<T> selectQuery) <R> SelectionQueryImplementor<R> SharedSessionContractImplementor.createQuery(CriteriaQuery<R> criteriaQuery) <T> SelectionQueryImplementor<T> SharedSessionContractImplementor.createQuery(CriteriaSelect<T> criteriaSelect) <R> SelectionQueryImplementor<R> SharedSessionContractImplementor.createQuery(TypedQueryReference<R> typedQueryReference) <T> SelectionQueryImplementor<T> SharedSessionContractImplementor.createQuery(String queryString, EntityGraph<T> entityGraph) <R> SelectionQueryImplementor<R> SharedSessionContractImplementor.createQuery(String queryString, Class<R> resultClass) <T> SelectionQueryImplementor<T> SharedSessionDelegatorBaseImpl.createQuery(CriteriaQuery<T> criteriaQuery) <T> SelectionQueryImplementor<T> SharedSessionDelegatorBaseImpl.createQuery(CriteriaSelect<T> criteriaQuery) <R> SelectionQueryImplementor<R> SharedSessionDelegatorBaseImpl.createQuery(TypedQueryReference<R> typedQueryReference) <R> SelectionQueryImplementor<R> SharedSessionDelegatorBaseImpl.createQuery(String hqlString, EntityGraph<R> resultGraph) <T> SelectionQueryImplementor<T> SharedSessionDelegatorBaseImpl.createQuery(String queryString, Class<T> resultType) <R> SelectionQueryImplementor<R> SharedSessionDelegatorBaseImpl.createSelectionQuery(CriteriaQuery<R> criteria) <R> SelectionQueryImplementor<R> SharedSessionDelegatorBaseImpl.createSelectionQuery(CriteriaSelect<R> criteria) <R> SelectionQueryImplementor<R> SharedSessionDelegatorBaseImpl.createSelectionQuery(String hqlString, EntityGraph<R> resultGraph) <R> SelectionQueryImplementor<R> SharedSessionDelegatorBaseImpl.createSelectionQuery(String hqlString, Class<R> resultType) -
Uses of SelectionQueryImplementor in org.hibernate.query.named
Methods in org.hibernate.query.named that return SelectionQueryImplementorModifier and TypeMethodDescriptionNamedQueryMemento.toSelectionQuery(SharedSessionContractImplementor session) Create a selection queries based on this reference's definition.<X> SelectionQueryImplementor<X> NamedQueryMemento.toSelectionQuery(SharedSessionContractImplementor session, Class<X> javaType) Create a selection queries based on this reference's definition with the give result type. -
Uses of SelectionQueryImplementor in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return SelectionQueryImplementorModifier and TypeMethodDescriptionSelectionQueryImplementor.addQueryHint(String hint) CommonQueryContractImplementor.asSelectionQuery()<X> SelectionQueryImplementor<X> CommonQueryContractImplementor.asSelectionQuery(EntityGraph<X> entityGraph) <X> SelectionQueryImplementor<X> CommonQueryContractImplementor.asSelectionQuery(Class<X> type) QueryImplementor.asSelectionQuery()SelectionQueryImplementor.disableFetchProfile(String profileName) SelectionQueryImplementor.enableFetchProfile(String profileName) <X> SelectionQueryImplementor<X> default <X> SelectionQueryImplementor<X> SelectionQueryImplementor.setCacheable(boolean cacheable) SelectionQueryImplementor.setCacheMode(CacheMode cacheMode) SelectionQueryImplementor.setCacheRegion(String cacheRegion) SelectionQueryImplementor.setCacheRetrieveMode(CacheRetrieveMode cacheRetrieveMode) SelectionQueryImplementor.setCacheStoreMode(CacheStoreMode cacheStoreMode) SelectionQueryImplementor.setComment(String comment) SelectionQueryImplementor.setConvertedParameter(int position, P value, Class<? extends AttributeConverter<P, ?>> converter) SelectionQueryImplementor.setConvertedParameter(String name, P value, Class<? extends AttributeConverter<P, ?>> converter) SelectionQueryImplementor.setEntityGraph(EntityGraph<? super R> entityGraph) SelectionQueryImplementor.setEntityGraph(EntityGraph<? super R> graph, GraphSemantic semantic) SelectionQueryImplementor.setFetchSize(int fetchSize) SelectionQueryImplementor.setFirstResult(int startPosition) SelectionQueryImplementor.setFlushMode(FlushModeType flushMode) SelectionQueryImplementor.setFollowOnLockingStrategy(Locking.FollowOn followOnStrategy) SelectionQueryImplementor.setFollowOnStrategy(Locking.FollowOn followOnStrategy) SelectionQueryImplementor.setHibernateLockMode(LockMode lockMode) SelectionQueryImplementor.setLockMode(LockModeType lockMode) SelectionQueryImplementor.setLockScope(PessimisticLockScope lockScope) SelectionQueryImplementor.setLockTimeout(Timeout lockTimeout) SelectionQueryImplementor.setMaxResults(int maxResults) SelectionQueryImplementor.setParameter(int position, Object value) SelectionQueryImplementor.setParameter(int position, Instant value, TemporalType temporalType) SelectionQueryImplementor.setParameter(int position, Calendar value, TemporalType temporalType) SelectionQueryImplementor.setParameter(int position, Date value, TemporalType temporalType) SelectionQueryImplementor.setParameter(int position, P value, Type<P> type) SelectionQueryImplementor.setParameter(int position, P value, Class<P> type) SelectionQueryImplementor.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) SelectionQueryImplementor.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) SelectionQueryImplementor.setParameter(Parameter<T> param, T value) SelectionQueryImplementor.setParameter(String name, Object value) SelectionQueryImplementor.setParameter(String name, Instant value, TemporalType temporalType) SelectionQueryImplementor.setParameter(String name, Calendar value, TemporalType temporalType) SelectionQueryImplementor.setParameter(String name, Date value, TemporalType temporalType) SelectionQueryImplementor.setParameter(String name, P value, Type<P> type) SelectionQueryImplementor.setParameter(String name, P value, Class<P> type) SelectionQueryImplementor.setParameter(QueryParameter<P> parameter, P val, Type<P> type) SelectionQueryImplementor.setParameter(QueryParameter<P> parameter, P value, Class<P> type) SelectionQueryImplementor.setParameter(QueryParameter<T> parameter, T value) SelectionQueryImplementor.setParameterList(int position, Object[] values) SelectionQueryImplementor.setParameterList(int position, Collection values) SelectionQueryImplementor.setParameterList(int position, Collection<? extends P> values, Type<P> type) SelectionQueryImplementor.setParameterList(int position, Collection<? extends P> values, Class<P> javaType) SelectionQueryImplementor.setParameterList(int position, P[] values, Type<P> type) SelectionQueryImplementor.setParameterList(int position, P[] values, Class<P> javaType) SelectionQueryImplementor.setParameterList(String name, Object[] values) SelectionQueryImplementor.setParameterList(String name, Collection values) SelectionQueryImplementor.setParameterList(String name, Collection<? extends P> values, Type<P> type) SelectionQueryImplementor.setParameterList(String name, Collection<? extends P> values, Class<P> javaType) SelectionQueryImplementor.setParameterList(String name, P[] values, Type<P> type) SelectionQueryImplementor.setParameterList(String name, P[] values, Class<P> javaType) SelectionQueryImplementor.setParameterList(QueryParameter<P> parameter, Collection<? extends P> values) SelectionQueryImplementor.setParameterList(QueryParameter<P> parameter, Collection<? extends P> values, Type<P> type) SelectionQueryImplementor.setParameterList(QueryParameter<P> parameter, Collection<? extends P> values, Class<P> javaType) SelectionQueryImplementor.setParameterList(QueryParameter<P> parameter, P[] values) SelectionQueryImplementor.setParameterList(QueryParameter<P> parameter, P[] values, Type<P> type) SelectionQueryImplementor.setParameterList(QueryParameter<P> parameter, P[] values, Class<P> javaType) SelectionQueryImplementor.setProperties(Object bean) SelectionQueryImplementor.setProperties(Map bean) SelectionQueryImplementor.setQueryFlushMode(QueryFlushMode queryFlushMode) SelectionQueryImplementor.setQueryPlanCacheable(boolean queryPlanCacheable) SelectionQueryImplementor.setReadOnly(boolean readOnly) SelectionQueryImplementor.setResultListTransformer(ResultListTransformer<R> transformer) SelectionQueryImplementor.setTimeout(int timeout) SelectionQueryImplementor.setTimeout(Timeout timeout) SelectionQueryImplementor.setTimeout(Integer timeout) <T> SelectionQueryImplementor<T> SelectionQueryImplementor.setTupleTransformer(TupleTransformer<T> transformer) <X> SelectionQueryImplementor<X> CommonQueryContractImplementor.withEntityGraph(EntityGraph<X> entityGraph) default <X> SelectionQueryImplementor<X> MutationQueryImplementor.withEntityGraph(EntityGraph<X> entityGraph) -
Uses of SelectionQueryImplementor in org.hibernate.query.sql.spi
Subinterfaces of SelectionQueryImplementor in org.hibernate.query.sql.spi