Uses of Package
org.hibernate.grammars.hql
Packages that use org.hibernate.grammars.hql
Package
Description
Implementation of the SPIs for HQL support.
-
Classes in org.hibernate.grammars.hql used by org.hibernate.grammars.hql
-
Classes in org.hibernate.grammars.hql used by org.hibernate.query.hql.internalClassDescriptionThis class provides an empty implementation of
HqlParserVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.This interface defines a complete generic visitor for a parse tree produced byHqlParser
.