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 HqlInterpretationQueryInterpretationCacheStandardImpl. createHqlInterpretation(String queryString, Function<String,SqmStatement<?>> creator, Supplier<StatisticsImplementor> statisticsSupplier)HqlInterpretationQueryInterpretationCacheDisabledImpl. resolveHqlInterpretation(String queryString, Class<?> expectedResultType, Function<String,SqmStatement<?>> creator)HqlInterpretationQueryInterpretationCacheStandardImpl. 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 classSimpleHqlInterpretationImplMethods in org.hibernate.query.spi that return HqlInterpretation Modifier and Type Method Description HqlInterpretationQueryInterpretationCache. 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)
-