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> 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) <T> SelectionQueryImplementor<T> SharedSessionContractImplementor.createQuery(CriteriaSelect<T> criteriaSelect) <R> SelectionQueryImplementor<R> SharedSessionContractImplementor.createQuery(TypedQueryReference<R> typedQueryReference) default <R> SelectionQueryImplementor<R> SharedSessionContractImplementor.createQuery(Class<R> resultClass, String hqlString) <T> SelectionQueryImplementor<T> SharedSessionContractImplementor.createQuery(String hqlString, EntityGraph<T> entityGraph) <R> SelectionQueryImplementor<R> SharedSessionContractImplementor.createQuery(String queryString, Class<R> resultClass) -
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) default SelectionQueryImplementor<T> MutationQueryImplementor.asSelectionQuery()default <X> SelectionQueryImplementor<X> MutationQueryImplementor.asSelectionQuery(EntityGraph<X> entityGraph) default <X> SelectionQueryImplementor<X> MutationQueryImplementor.asSelectionQuery(EntityGraph<X> entityGraph, GraphSemantic graphSemantic) default <X> SelectionQueryImplementor<X> MutationQueryImplementor.asSelectionQuery(Class<X> type) QueryImplementor.asSelectionQuery()<X> SelectionQueryImplementor<X> QueryImplementor.asSelectionQuery(EntityGraph<X> entityGraph) <X> SelectionQueryImplementor<X> QueryImplementor.asSelectionQuery(EntityGraph<X> entityGraph, GraphSemantic graphSemantic) <X> SelectionQueryImplementor<X> QueryImplementor.asSelectionQuery(Class<X> type) SelectionQueryImplementor.disableFetchProfile(String profileName) SelectionQueryImplementor.enableFetchProfile(String profileName) 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) Deprecated.SelectionQueryImplementor.setEntityGraph(EntityGraph<? super R> graph, GraphSemantic semantic) Deprecated.SelectionQueryImplementor.setFetchSize(int fetchSize) SelectionQueryImplementor.setFirstResult(int startPosition) SelectionQueryImplementor.setFlushMode(FlushModeType flushMode) 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) Deprecated.SelectionQueryImplementor.setParameter(int position, Calendar value, TemporalType temporalType) Deprecated.SelectionQueryImplementor.setParameter(int position, Date value, TemporalType temporalType) Deprecated.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) Deprecated.SelectionQueryImplementor.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) Deprecated.SelectionQueryImplementor.setParameter(Parameter<T> param, T value) SelectionQueryImplementor.setParameter(String name, Object value) SelectionQueryImplementor.setParameter(String name, Instant value, TemporalType temporalType) Deprecated.SelectionQueryImplementor.setParameter(String name, Calendar value, TemporalType temporalType) Deprecated.SelectionQueryImplementor.setParameter(String name, Date value, TemporalType temporalType) Deprecated.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.setParameters(Object... arguments) 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) <R> SelectionQueryImplementor<R> QueryImplementor.withResultSetMapping(jakarta.persistence.sql.ResultSetMapping<R> mapping) -
Uses of SelectionQueryImplementor in org.hibernate.query.sql.spi
Subinterfaces of SelectionQueryImplementor in org.hibernate.query.sql.spi