Uses of Interface
org.hibernate.query.spi.HqlInterpretation
-
Packages that use HqlInterpretation Package Description org.hibernate.query.internal org.hibernate.query.spi org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation details -
-
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, Function<String,SqmStatement<?>> creator, Supplier<StatisticsImplementor> statisticsSupplier)
HqlInterpretation
QueryInterpretationCacheDisabledImpl. resolveHqlInterpretation(String queryString, Class<?> expectedResultType, Function<String,SqmStatement<?>> creator)
HqlInterpretation
QueryInterpretationCacheStandardImpl. resolveHqlInterpretation(String queryString, Class<?> expectedResultType, Function<String,SqmStatement<?>> creator)
-
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)
-
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)
-