Uses of Interface
org.hibernate.query.sqm.SqmSelectionQuery
Packages that use SqmSelectionQuery
Package
Description
Implementation of the SPIs for HQL support.
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
-
Uses of SqmSelectionQuery in org.hibernate.query.criteria.internal
Methods in org.hibernate.query.criteria.internal that return SqmSelectionQueryModifier and TypeMethodDescription<T> SqmSelectionQuery<T>
NamedCriteriaQueryMementoImpl.toSelectionQuery
(Class<T> resultType, SharedSessionContractImplementor session) -
Uses of SqmSelectionQuery in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal that return SqmSelectionQueryModifier and TypeMethodDescription<T> SqmSelectionQuery<T>
NamedHqlQueryMementoImpl.toSelectionQuery
(Class<T> resultType, SharedSessionContractImplementor session) -
Uses of SqmSelectionQuery in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return SqmSelectionQueryModifier and TypeMethodDescriptionSqmSelectionQuery.setCacheable
(boolean cacheable) SqmSelectionQuery.setCacheMode
(CacheMode cacheMode) SqmSelectionQuery.setCacheRegion
(String cacheRegion) SqmSelectionQuery.setFetchSize
(int fetchSize) SqmSelectionQuery.setHibernateFlushMode
(FlushMode flushMode) Deprecated.SqmSelectionQuery.setParameter
(int position, Object value) SqmSelectionQuery.setParameter
(int position, Instant value, TemporalType temporalType) SqmSelectionQuery.setParameter
(int position, Calendar value, TemporalType temporalType) SqmSelectionQuery.setParameter
(int position, Date value, TemporalType temporalType) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameter
(int position, P value, Class<P> type) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameter
(int position, P value, BindableType<P> type) SqmSelectionQuery.setParameter
(Parameter<Calendar> param, Calendar value, TemporalType temporalType) SqmSelectionQuery.setParameter
(Parameter<Date> param, Date value, TemporalType temporalType) <T> SqmSelectionQuery<R>
SqmSelectionQuery.setParameter
(Parameter<T> param, T value) SqmSelectionQuery.setParameter
(String name, Object value) SqmSelectionQuery.setParameter
(String name, Instant value, TemporalType temporalType) SqmSelectionQuery.setParameter
(String name, Calendar value, TemporalType temporalType) SqmSelectionQuery.setParameter
(String name, Date value, TemporalType temporalType) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameter
(String name, P value, Class<P> type) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameter
(String name, P value, BindableType<P> type) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameter
(QueryParameter<P> parameter, P value, Class<P> type) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameter
(QueryParameter<P> parameter, P val, BindableType<P> type) <T> SqmSelectionQuery<R>
SqmSelectionQuery.setParameter
(QueryParameter<T> parameter, T value) SqmSelectionQuery.setParameterList
(int position, Object[] values) SqmSelectionQuery.setParameterList
(int position, Collection values) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameterList
(int position, Collection<? extends P> values, Class<P> javaType) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameterList
(int position, Collection<? extends P> values, BindableType<P> type) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameterList
(int position, P[] values, Class<P> javaType) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameterList
(int position, P[] values, BindableType<P> type) SqmSelectionQuery.setParameterList
(String name, Object[] values) SqmSelectionQuery.setParameterList
(String name, Collection values) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameterList
(String name, Collection<? extends P> values, Class<P> javaType) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameterList
(String name, Collection<? extends P> values, BindableType<P> type) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameterList
(String name, P[] values, Class<P> javaType) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameterList
(String name, P[] values, BindableType<P> type) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameterList
(QueryParameter<P> parameter, Collection<? extends P> values) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameterList
(QueryParameter<P> parameter, Collection<? extends P> values, Class<P> javaType) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameterList
(QueryParameter<P> parameter, Collection<? extends P> values, BindableType<P> type) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameterList
(QueryParameter<P> parameter, P[] values) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameterList
(QueryParameter<P> parameter, P[] values, Class<P> javaType) <P> SqmSelectionQuery<R>
SqmSelectionQuery.setParameterList
(QueryParameter<P> parameter, P[] values, BindableType<P> type) SqmSelectionQuery.setProperties
(Object bean) SqmSelectionQuery.setProperties
(Map bean) SqmSelectionQuery.setQueryFlushMode
(QueryFlushMode queryFlushMode) SqmSelectionQuery.setReadOnly
(boolean readOnly) SqmSelectionQuery.setTimeout
(int timeout) -
Uses of SqmSelectionQuery in org.hibernate.query.sqm.internal
Classes in org.hibernate.query.sqm.internal that implement SqmSelectionQueryMethods in org.hibernate.query.sqm.internal that return SqmSelectionQueryModifier and TypeMethodDescriptionSqmSelectionQueryImpl.setCacheable
(boolean cacheable) SqmSelectionQueryImpl.setCacheMode
(CacheMode cacheMode) SqmSelectionQueryImpl.setCacheRegion
(String regionName) SqmSelectionQueryImpl.setCacheRetrieveMode
(CacheRetrieveMode cacheRetrieveMode) SqmSelectionQueryImpl.setCacheStoreMode
(CacheStoreMode cacheStoreMode) SqmSelectionQueryImpl.setFetchSize
(int fetchSize) SqmSelectionQueryImpl.setFlushMode
(FlushModeType flushMode) SqmSelectionQueryImpl.setFollowOnLocking
(boolean enable) Specifies whether follow-on locking should be applied?SqmSelectionQueryImpl.setHibernateFlushMode
(FlushMode flushMode) SqmSelectionQueryImpl.setHibernateLockMode
(LockMode lockMode) Specify the rootLockMode
for the querySqmSelectionQueryImpl.setLockMode
(LockModeType lockMode) Specify the root LockModeType for the querySqmSelectionQueryImpl.setLockMode
(String alias, LockMode lockMode) Specify aLockMode
to apply to a specific alias defined in the querySqmSelectionQueryImpl.setParameter
(int position, Object value) SqmSelectionQueryImpl.setParameter
(int position, Instant value, TemporalType temporalType) SqmSelectionQueryImpl.setParameter
(int position, Calendar value, TemporalType temporalType) SqmSelectionQueryImpl.setParameter
(int position, Date value, TemporalType temporalType) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameter
(int position, P value, Class<P> javaType) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameter
(int position, P value, BindableType<P> type) SqmSelectionQueryImpl.setParameter
(Parameter<Calendar> param, Calendar value, TemporalType temporalType) SqmSelectionQueryImpl.setParameter
(Parameter<Date> param, Date value, TemporalType temporalType) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameter
(Parameter<P> parameter, P value) SqmSelectionQueryImpl.setParameter
(String name, Object value) SqmSelectionQueryImpl.setParameter
(String name, Instant value, TemporalType temporalType) SqmSelectionQueryImpl.setParameter
(String name, Calendar value, TemporalType temporalType) SqmSelectionQueryImpl.setParameter
(String name, Date value, TemporalType temporalType) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameter
(String name, P value, Class<P> javaType) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameter
(String name, P value, BindableType<P> type) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameter
(QueryParameter<P> parameter, P value) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameter
(QueryParameter<P> parameter, P value, Class<P> javaType) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameter
(QueryParameter<P> parameter, P value, BindableType<P> type) SqmSelectionQueryImpl.setParameterList
(int position, Object[] values) SqmSelectionQueryImpl.setParameterList
(int position, Collection values) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameterList
(int position, Collection<? extends P> values, Class<P> javaType) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameterList
(int position, Collection<? extends P> values, BindableType<P> type) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameterList
(int position, P[] values, Class<P> javaType) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameterList
(int position, P[] values, BindableType<P> type) SqmSelectionQueryImpl.setParameterList
(String name, Object[] values) SqmSelectionQueryImpl.setParameterList
(String name, Collection values) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameterList
(String name, Collection<? extends P> values, Class<P> javaType) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameterList
(String name, Collection<? extends P> values, BindableType<P> type) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameterList
(String name, P[] values, Class<P> javaType) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameterList
(String name, P[] values, BindableType<P> type) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameterList
(QueryParameter<P> parameter, Collection<? extends P> values) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameterList
(QueryParameter<P> parameter, Collection<? extends P> values, Class<P> javaType) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameterList
(QueryParameter<P> parameter, Collection<? extends P> values, BindableType<P> type) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameterList
(QueryParameter<P> parameter, P[] values) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameterList
(QueryParameter<P> parameter, P[] values, Class<P> javaType) <P> SqmSelectionQuery<R>
SqmSelectionQueryImpl.setParameterList
(QueryParameter<P> parameter, P[] values, BindableType<P> type) SqmSelectionQueryImpl.setProperties
(Object bean) SqmSelectionQueryImpl.setProperties
(Map map) SqmSelectionQueryImpl.setQueryFlushMode
(QueryFlushMode queryFlushMode) SqmSelectionQueryImpl.setQueryPlanCacheable
(boolean queryPlanCacheable) SqmSelectionQueryImpl.setReadOnly
(boolean readOnly) SqmSelectionQueryImpl.setTimeout
(int timeout) -
Uses of SqmSelectionQuery in org.hibernate.query.sqm.spi
Subinterfaces of SqmSelectionQuery in org.hibernate.query.sqm.spiClasses in org.hibernate.query.sqm.spi that implement SqmSelectionQueryMethods in org.hibernate.query.sqm.spi that return SqmSelectionQueryModifier and TypeMethodDescriptionDelegatingSqmSelectionQueryImplementor.setQueryFlushMode
(QueryFlushMode queryFlushMode) <T> SqmSelectionQuery<T>
NamedSqmQueryMemento.toSelectionQuery
(Class<T> resultType, SharedSessionContractImplementor session)