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 void
HqlParserBaseListener. enterRootEntity(HqlParser.RootEntityContext ctx)
Enter a parse tree produced by theRootEntity
labeled alternative inHqlParser.fromRoot()
.void
HqlParserListener. enterRootEntity(HqlParser.RootEntityContext ctx)
Enter a parse tree produced by theRootEntity
labeled alternative inHqlParser.fromRoot()
.void
HqlParserBaseListener. exitRootEntity(HqlParser.RootEntityContext ctx)
Exit a parse tree produced by theRootEntity
labeled alternative inHqlParser.fromRoot()
.void
HqlParserListener. exitRootEntity(HqlParser.RootEntityContext ctx)
Exit a parse tree produced by theRootEntity
labeled alternative inHqlParser.fromRoot()
.T
HqlParserBaseVisitor. visitRootEntity(HqlParser.RootEntityContext ctx)
Visit a parse tree produced by theRootEntity
labeled alternative inHqlParser.fromRoot()
.T
HqlParserVisitor. visitRootEntity(HqlParser.RootEntityContext ctx)
Visit a parse tree produced by theRootEntity
labeled 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)
-