Uses of Interface
org.hibernate.grammars.hql.HqlParserVisitor
Packages that use HqlParserVisitor
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParserVisitor in org.hibernate.grammars.hql
Classes in org.hibernate.grammars.hql that implement HqlParserVisitorModifier and TypeClassDescriptionclass
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 HqlParserVisitorModifier and TypeClassDescriptionclass
Responsible for producing an SQM using visitation over an HQL parse tree generated by ANTLR viaHqlParseTreeBuilder
.