Uses of Class
org.hibernate.grammars.hql.HqlParser.RootSubqueryContext
-
Packages that use HqlParser.RootSubqueryContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.RootSubqueryContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.RootSubqueryContext Modifier and Type Method Description void
HqlParserBaseListener. enterRootSubquery(HqlParser.RootSubqueryContext ctx)
Enter a parse tree produced by theRootSubquery
labeled alternative inHqlParser.fromRoot()
.void
HqlParserListener. enterRootSubquery(HqlParser.RootSubqueryContext ctx)
Enter a parse tree produced by theRootSubquery
labeled alternative inHqlParser.fromRoot()
.void
HqlParserBaseListener. exitRootSubquery(HqlParser.RootSubqueryContext ctx)
Exit a parse tree produced by theRootSubquery
labeled alternative inHqlParser.fromRoot()
.void
HqlParserListener. exitRootSubquery(HqlParser.RootSubqueryContext ctx)
Exit a parse tree produced by theRootSubquery
labeled alternative inHqlParser.fromRoot()
.T
HqlParserBaseVisitor. visitRootSubquery(HqlParser.RootSubqueryContext ctx)
Visit a parse tree produced by theRootSubquery
labeled alternative inHqlParser.fromRoot()
.T
HqlParserVisitor. visitRootSubquery(HqlParser.RootSubqueryContext ctx)
Visit a parse tree produced by theRootSubquery
labeled alternative inHqlParser.fromRoot()
. -
Uses of HqlParser.RootSubqueryContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.RootSubqueryContext Modifier and Type Method Description SqmRoot<?>
SemanticQueryBuilder. visitRootSubquery(HqlParser.RootSubqueryContext ctx)
-