Uses of Interface
org.hibernate.query.sqm.spi.SqmSelectionQueryImplementor
Packages that use SqmSelectionQueryImplementor
Package
Description
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
-
Uses of SqmSelectionQueryImplementor in org.hibernate.query.sqm.internal
Classes in org.hibernate.query.sqm.internal that implement SqmSelectionQueryImplementor -
Uses of SqmSelectionQueryImplementor in org.hibernate.query.sqm.spi
Classes in org.hibernate.query.sqm.spi that implement SqmSelectionQueryImplementorMethods in org.hibernate.query.sqm.spi that return SqmSelectionQueryImplementorModifier and TypeMethodDescriptionDelegatingSqmSelectionQueryImplementor.disableFetchProfile(String profileName) DelegatingSqmSelectionQueryImplementor.enableFetchProfile(String profileName) protected abstract SqmSelectionQueryImplementor<R>DelegatingSqmSelectionQueryImplementor.getDelegate()DelegatingSqmSelectionQueryImplementor.setCacheable(boolean cacheable) DelegatingSqmSelectionQueryImplementor.setCacheMode(CacheMode cacheMode) DelegatingSqmSelectionQueryImplementor.setCacheRegion(String cacheRegion) DelegatingSqmSelectionQueryImplementor.setCacheRetrieveMode(CacheRetrieveMode cacheRetrieveMode) DelegatingSqmSelectionQueryImplementor.setCacheStoreMode(CacheStoreMode cacheStoreMode) DelegatingSqmSelectionQueryImplementor.setComment(String comment) DelegatingSqmSelectionQueryImplementor.setEntityGraph(EntityGraph<? super R> graph, GraphSemantic semantic) DelegatingSqmSelectionQueryImplementor.setFetchSize(int fetchSize) DelegatingSqmSelectionQueryImplementor.setFirstResult(int startPosition) DelegatingSqmSelectionQueryImplementor.setFlushMode(FlushModeType flushMode) Deprecated.DelegatingSqmSelectionQueryImplementor.setFollowOnLocking(boolean enable) DelegatingSqmSelectionQueryImplementor.setHibernateFlushMode(FlushMode flushMode) Deprecated.DelegatingSqmSelectionQueryImplementor.setHibernateLockMode(LockMode lockMode) DelegatingSqmSelectionQueryImplementor.setLockMode(LockModeType lockMode) DelegatingSqmSelectionQueryImplementor.setLockMode(String alias, LockMode lockMode) DelegatingSqmSelectionQueryImplementor.setLockScope(PessimisticLockScope lockScope) DelegatingSqmSelectionQueryImplementor.setMaxResults(int maxResults) DelegatingSqmSelectionQueryImplementor.setParameter(int position, Object value) DelegatingSqmSelectionQueryImplementor.setParameter(int position, Instant value, TemporalType temporalType) Deprecated.DelegatingSqmSelectionQueryImplementor.setParameter(int position, Calendar value, TemporalType temporalType) Deprecated.DelegatingSqmSelectionQueryImplementor.setParameter(int position, Date value, TemporalType temporalType) Deprecated.DelegatingSqmSelectionQueryImplementor.setParameter(int position, P value, Type<P> type) DelegatingSqmSelectionQueryImplementor.setParameter(int position, P value, Class<P> type) DelegatingSqmSelectionQueryImplementor.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) Deprecated.DelegatingSqmSelectionQueryImplementor.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) Deprecated.DelegatingSqmSelectionQueryImplementor.setParameter(Parameter<T> param, T value) DelegatingSqmSelectionQueryImplementor.setParameter(String name, Object value) DelegatingSqmSelectionQueryImplementor.setParameter(String name, Instant value, TemporalType temporalType) Deprecated.DelegatingSqmSelectionQueryImplementor.setParameter(String name, Calendar value, TemporalType temporalType) Deprecated.DelegatingSqmSelectionQueryImplementor.setParameter(String name, Date value, TemporalType temporalType) Deprecated.DelegatingSqmSelectionQueryImplementor.setParameter(String name, P value, Type<P> type) DelegatingSqmSelectionQueryImplementor.setParameter(String name, P value, Class<P> type) DelegatingSqmSelectionQueryImplementor.setParameter(QueryParameter<P> parameter, P val, Type<P> type) DelegatingSqmSelectionQueryImplementor.setParameter(QueryParameter<P> parameter, P value, Class<P> type) DelegatingSqmSelectionQueryImplementor.setParameter(QueryParameter<T> parameter, T value) DelegatingSqmSelectionQueryImplementor.setParameterList(int position, Object[] values) DelegatingSqmSelectionQueryImplementor.setParameterList(int position, Collection values) DelegatingSqmSelectionQueryImplementor.setParameterList(int position, Collection<? extends P> values, Type<P> type) DelegatingSqmSelectionQueryImplementor.setParameterList(int position, Collection<? extends P> values, Class<P> javaType) DelegatingSqmSelectionQueryImplementor.setParameterList(int position, P[] values, Type<P> type) DelegatingSqmSelectionQueryImplementor.setParameterList(int position, P[] values, Class<P> javaType) DelegatingSqmSelectionQueryImplementor.setParameterList(String name, Object[] values) DelegatingSqmSelectionQueryImplementor.setParameterList(String name, Collection values) DelegatingSqmSelectionQueryImplementor.setParameterList(String name, Collection<? extends P> values, Type<P> type) DelegatingSqmSelectionQueryImplementor.setParameterList(String name, Collection<? extends P> values, Class<P> javaType) DelegatingSqmSelectionQueryImplementor.setParameterList(String name, P[] values, Type<P> type) DelegatingSqmSelectionQueryImplementor.setParameterList(String name, P[] values, Class<P> javaType) DelegatingSqmSelectionQueryImplementor.setParameterList(QueryParameter<P> parameter, Collection<? extends P> values) DelegatingSqmSelectionQueryImplementor.setParameterList(QueryParameter<P> parameter, Collection<? extends P> values, Type<P> type) DelegatingSqmSelectionQueryImplementor.setParameterList(QueryParameter<P> parameter, Collection<? extends P> values, Class<P> javaType) DelegatingSqmSelectionQueryImplementor.setParameterList(QueryParameter<P> parameter, P[] values) DelegatingSqmSelectionQueryImplementor.setParameterList(QueryParameter<P> parameter, P[] values, Type<P> type) DelegatingSqmSelectionQueryImplementor.setParameterList(QueryParameter<P> parameter, P[] values, Class<P> javaType) DelegatingSqmSelectionQueryImplementor.setProperties(Object bean) DelegatingSqmSelectionQueryImplementor.setProperties(Map bean) DelegatingSqmSelectionQueryImplementor.setQueryPlanCacheable(boolean queryPlanCacheable) DelegatingSqmSelectionQueryImplementor.setReadOnly(boolean readOnly) DelegatingSqmSelectionQueryImplementor.setTimeout(int timeout) DelegatingSqmSelectionQueryImplementor.setTimeout(Timeout timeout)