Uses of Class
org.hibernate.grammars.hql.HqlParser.RootEntityContext
-
Packages that use HqlParser.RootEntityContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.RootEntityContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.RootEntityContext Modifier and Type Method Description voidHqlParserBaseListener. enterRootEntity(HqlParser.RootEntityContext ctx)Enter a parse tree produced by theRootEntitylabeled alternative inHqlParser.fromRoot().voidHqlParserListener. enterRootEntity(HqlParser.RootEntityContext ctx)Enter a parse tree produced by theRootEntitylabeled alternative inHqlParser.fromRoot().voidHqlParserBaseListener. exitRootEntity(HqlParser.RootEntityContext ctx)Exit a parse tree produced by theRootEntitylabeled alternative inHqlParser.fromRoot().voidHqlParserListener. exitRootEntity(HqlParser.RootEntityContext ctx)Exit a parse tree produced by theRootEntitylabeled alternative inHqlParser.fromRoot().THqlParserBaseVisitor. visitRootEntity(HqlParser.RootEntityContext ctx)Visit a parse tree produced by theRootEntitylabeled alternative inHqlParser.fromRoot().THqlParserVisitor. visitRootEntity(HqlParser.RootEntityContext ctx)Visit a parse tree produced by theRootEntitylabeled alternative inHqlParser.fromRoot(). -
Uses of HqlParser.RootEntityContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.RootEntityContext Modifier and Type Method Description SqmRoot<?>SemanticQueryBuilder. visitRootEntity(HqlParser.RootEntityContext ctx)
-