Uses of Class
org.hibernate.grammars.hql.HqlParser.SortExpressionContext
-
Packages that use HqlParser.SortExpressionContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.SortExpressionContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.SortExpressionContext Modifier and Type Method Description HqlParser.SortExpressionContextHqlParser. sortExpression()HqlParser.SortExpressionContextHqlParser.SortSpecificationContext. sortExpression()Methods in org.hibernate.grammars.hql with parameters of type HqlParser.SortExpressionContext Modifier and Type Method Description voidHqlParserBaseListener. enterSortExpression(HqlParser.SortExpressionContext ctx)Enter a parse tree produced byHqlParser.sortExpression().voidHqlParserListener. enterSortExpression(HqlParser.SortExpressionContext ctx)Enter a parse tree produced byHqlParser.sortExpression().voidHqlParserBaseListener. exitSortExpression(HqlParser.SortExpressionContext ctx)Exit a parse tree produced byHqlParser.sortExpression().voidHqlParserListener. exitSortExpression(HqlParser.SortExpressionContext ctx)Exit a parse tree produced byHqlParser.sortExpression().THqlParserBaseVisitor. visitSortExpression(HqlParser.SortExpressionContext ctx)Visit a parse tree produced byHqlParser.sortExpression().THqlParserVisitor. visitSortExpression(HqlParser.SortExpressionContext ctx)Visit a parse tree produced byHqlParser.sortExpression(). -
Uses of HqlParser.SortExpressionContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.SortExpressionContext Modifier and Type Method Description SqmExpression<?>SemanticQueryBuilder. visitSortExpression(HqlParser.SortExpressionContext ctx)SqmExpression<?>SemanticQueryBuilder. visitSortExpression(HqlParser.SortExpressionContext ctx, boolean allowPositionalOrAliases)
-