Uses of Interface
org.hibernate.query.spi.HqlInterpretation
-
Packages that use HqlInterpretation Package Description org.hibernate.query.spi 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 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)Deprecated, for removal: This API element is subject to removal in a future version.default HqlInterpretationQueryInterpretationCache. resolveHqlInterpretation(String queryString, Class<?> expectedResultType, HqlTranslator translator)
-