Uses of Interface
org.hibernate.query.spi.HqlInterpretation
Packages that use HqlInterpretation
Package
Description
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Package for the SQM-backed Query implementation details
-
Uses of HqlInterpretation in org.hibernate.internal
Methods in org.hibernate.internal that return HqlInterpretationModifier and TypeMethodDescriptionprotected <R> HqlInterpretation<R>
AbstractSharedSessionContract.interpretHql
(String hql, Class<R> resultType) Methods in org.hibernate.internal with parameters of type HqlInterpretationModifier and TypeMethodDescriptionprotected static void
AbstractSharedSessionContract.checkSelectionQuery
(String hql, HqlInterpretation<?> hqlInterpretation) -
Uses of HqlInterpretation in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return HqlInterpretationModifier and TypeMethodDescriptionprotected static <R> HqlInterpretation<R>
QueryInterpretationCacheStandardImpl.createHqlInterpretation
(String queryString, Class<R> expectedResultType, HqlTranslator translator, StatisticsImplementor statistics) <R> HqlInterpretation<R>
QueryInterpretationCacheDisabledImpl.resolveHqlInterpretation
(String queryString, Class<R> expectedResultType, HqlTranslator translator) <R> HqlInterpretation<R>
QueryInterpretationCacheStandardImpl.resolveHqlInterpretation
(String queryString, Class<R> expectedResultType, HqlTranslator translator) -
Uses of HqlInterpretation in org.hibernate.query.spi
Classes in org.hibernate.query.spi that implement HqlInterpretationMethods in org.hibernate.query.spi that return HqlInterpretationModifier and TypeMethodDescriptiondefault <R> HqlInterpretation<R>
QueryEngine.interpretHql
(String hql, Class<R> resultType) <R> HqlInterpretation<R>
QueryInterpretationCache.resolveHqlInterpretation
(String queryString, Class<R> expectedResultType, HqlTranslator translator) -
Uses of HqlInterpretation in org.hibernate.query.sqm.internal
Constructors in org.hibernate.query.sqm.internal with parameters of type HqlInterpretationModifierConstructorDescriptionQuerySqmImpl
(String hql, HqlInterpretation<R> hqlInterpretation, Class<R> resultType, SharedSessionContractImplementor session) Form used for HQL queriesSqmSelectionQueryImpl
(String hql, HqlInterpretation<R> hqlInterpretation, Class<R> expectedResultType, SharedSessionContractImplementor session)