Uses of Interface
org.hibernate.grammars.hql.HqlParserVisitor
-
Packages that use HqlParserVisitor Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParserVisitor in org.hibernate.grammars.hql
Classes in org.hibernate.grammars.hql that implement HqlParserVisitor Modifier and Type Class Description classHqlParserBaseVisitor<T>This class provides an empty implementation ofHqlParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods. -
Uses of HqlParserVisitor in org.hibernate.query.hql.internal
Classes in org.hibernate.query.hql.internal that implement HqlParserVisitor Modifier and Type Class Description classSemanticQueryBuilder<R>Responsible for producing an SQM using visitation over an HQL parse tree generated by ANTLR viaHqlParseTreeBuilder.
-