Uses of Class
org.hibernate.grammars.hql.HqlParser.QueryContext
-
Packages that use HqlParser.QueryContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal -
-
Uses of HqlParser.QueryContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.QueryContext Modifier and Type Method Description HqlParser.QueryContextHqlParser. query()HqlParser.QueryContextHqlParser.QuerySpecExpressionContext. query()Methods in org.hibernate.grammars.hql with parameters of type HqlParser.QueryContext Modifier and Type Method Description voidHqlParserBaseListener. enterQuery(HqlParser.QueryContext ctx)Enter a parse tree produced byHqlParser.query().voidHqlParserListener. enterQuery(HqlParser.QueryContext ctx)Enter a parse tree produced byHqlParser.query().voidHqlParserBaseListener. exitQuery(HqlParser.QueryContext ctx)Exit a parse tree produced byHqlParser.query().voidHqlParserListener. exitQuery(HqlParser.QueryContext ctx)Exit a parse tree produced byHqlParser.query().THqlParserBaseVisitor. visitQuery(HqlParser.QueryContext ctx)Visit a parse tree produced byHqlParser.query().THqlParserVisitor. visitQuery(HqlParser.QueryContext ctx)Visit a parse tree produced byHqlParser.query(). -
Uses of HqlParser.QueryContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.QueryContext Modifier and Type Method Description SqmQuerySpec<Object>SemanticQueryBuilder. visitQuery(HqlParser.QueryContext ctx)
-