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<R>AbstractSharedSessionContract. interpretHql(String hql, Class<R> resultType)Methods in org.hibernate.internal with parameters of type HqlInterpretation Modifier and Type Method Description protected static voidAbstractSharedSessionContract. 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 <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 HqlInterpretation Modifier and Type Class Description classSimpleHqlInterpretationImpl<R>Methods in org.hibernate.query.spi that return HqlInterpretation Modifier and Type Method Description default <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 HqlInterpretation Constructor Description QuerySqmImpl(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)
-