Uses of Class
org.hibernate.grammars.hql.HqlParser.SelectionContext
-
Packages that use HqlParser.SelectionContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.SelectionContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.SelectionContext Modifier and Type Method Description HqlParser.SelectionContextHqlParser. selection()HqlParser.SelectionContextHqlParser.SelectionListContext. selection(int i)Methods in org.hibernate.grammars.hql that return types with arguments of type HqlParser.SelectionContext Modifier and Type Method Description List<HqlParser.SelectionContext>HqlParser.SelectionListContext. selection()Methods in org.hibernate.grammars.hql with parameters of type HqlParser.SelectionContext Modifier and Type Method Description voidHqlParserBaseListener. enterSelection(HqlParser.SelectionContext ctx)Enter a parse tree produced byHqlParser.selection().voidHqlParserListener. enterSelection(HqlParser.SelectionContext ctx)Enter a parse tree produced byHqlParser.selection().voidHqlParserBaseListener. exitSelection(HqlParser.SelectionContext ctx)Exit a parse tree produced byHqlParser.selection().voidHqlParserListener. exitSelection(HqlParser.SelectionContext ctx)Exit a parse tree produced byHqlParser.selection().THqlParserBaseVisitor. visitSelection(HqlParser.SelectionContext ctx)Visit a parse tree produced byHqlParser.selection().THqlParserVisitor. visitSelection(HqlParser.SelectionContext ctx)Visit a parse tree produced byHqlParser.selection(). -
Uses of HqlParser.SelectionContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.SelectionContext Modifier and Type Method Description SqmSelection<?>SemanticQueryBuilder. visitSelection(HqlParser.SelectionContext ctx)
-