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 classSimpleHqlInterpretationImpl<R>Methods in org.hibernate.query.spi that return HqlInterpretation Modifier and Type Method Description <R> HqlInterpretation<R>QueryInterpretationCache. resolveHqlInterpretation(String queryString, Class<R> expectedResultType, HqlTranslator translator)
-