Uses of Interface
org.hibernate.query.spi.HqlInterpretation
Packages that use HqlInterpretation
Package
Description
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
-
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) Methods in org.hibernate.query.spi with parameters of type HqlInterpretationModifier and TypeMethodDescription<R> void
QueryInterpretationCache.cacheHqlInterpretation
(Object cacheKey, HqlInterpretation<R> hqlInterpretation)