Uses of Interface
org.hibernate.grammars.hql.HqlParserVisitor
-
Packages that use HqlParserVisitor Package Description org.hibernate.grammars.hql -
-
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.
-