Uses of Interface
org.hibernate.query.spi.HqlInterpretation
-
Packages that use HqlInterpretation Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.query.internal org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation details -
-
Uses of HqlInterpretation in org.hibernate.internal
Methods in org.hibernate.internal that return HqlInterpretation Modifier and Type Method Description protected <R> HqlInterpretation
AbstractSharedSessionContract. interpretHql(String hql, Class<R> resultType)
Methods in org.hibernate.internal with parameters of type HqlInterpretation Modifier and Type Method Description protected static void
AbstractSharedSessionContract. checkSelectionQuery(String hql, HqlInterpretation hqlInterpretation)
-
Uses of HqlInterpretation in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return HqlInterpretation Modifier and Type Method Description protected static HqlInterpretation
QueryInterpretationCacheStandardImpl. createHqlInterpretation(String queryString, Class<?> expectedResultType, HqlTranslator translator, StatisticsImplementor statistics)
HqlInterpretation
QueryInterpretationCacheDisabledImpl. resolveHqlInterpretation(String queryString, Class<?> expectedResultType, Function<String,SqmStatement<?>> creator)
HqlInterpretation
QueryInterpretationCacheStandardImpl. resolveHqlInterpretation(String queryString, Class<?> expectedResultType, Function<String,SqmStatement<?>> creator)
HqlInterpretation
QueryInterpretationCacheStandardImpl. resolveHqlInterpretation(String queryString, Class<?> expectedResultType, HqlTranslator translator)
-
Uses of HqlInterpretation in org.hibernate.query.spi
Classes in org.hibernate.query.spi that implement HqlInterpretation Modifier and Type Class Description class
SimpleHqlInterpretationImpl
Methods in org.hibernate.query.spi that return HqlInterpretation Modifier and Type Method Description HqlInterpretation
QueryInterpretationCache. resolveHqlInterpretation(String queryString, Class<?> expectedResultType, Function<String,SqmStatement<?>> creator)
Deprecated, for removal: This API element is subject to removal in a future version.default HqlInterpretation
QueryInterpretationCache. resolveHqlInterpretation(String queryString, Class<?> expectedResultType, HqlTranslator translator)
-
Uses of HqlInterpretation in org.hibernate.query.sqm.internal
Constructors in org.hibernate.query.sqm.internal with parameters of type HqlInterpretation Constructor Description QuerySqmImpl(String hql, HqlInterpretation hqlInterpretation, Class<R> resultType, SharedSessionContractImplementor session)
Form used for HQL queriesSqmSelectionQueryImpl(String hql, HqlInterpretation hqlInterpretation, Class<R> expectedResultType, SharedSessionContractImplementor session)
-