Package org.hibernate.query.hql
Interface HqlTranslator
- All Known Implementing Classes:
StandardHqlTranslator
Main entry point into building semantic queries.
-
Method Summary
Modifier and TypeMethodDescription<R> SqmStatement<R>
Performs the interpretation of a HQL/JPQL query string to SQM.
-
Method Details
-
translate
Performs the interpretation of a HQL/JPQL query string to SQM.- Parameters:
hql
- The HQL/JPQL query string to interpretexpectedResultType
- The type specified when creating the query- Returns:
- The semantic representation of the incoming query.
-