Uses of Class
org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
Packages that use HqlParser.SortSpecificationContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.SortSpecificationContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.SortSpecificationContextModifier and TypeMethodDescriptionHqlParser.OrderByClauseContext.sortSpecification
(int i) HqlParser.OrderByFragmentContext.sortSpecification
(int i) HqlParser.sortSpecification()
Methods in org.hibernate.grammars.hql that return types with arguments of type HqlParser.SortSpecificationContextModifier and TypeMethodDescriptionHqlParser.OrderByClauseContext.sortSpecification()
HqlParser.OrderByFragmentContext.sortSpecification()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.SortSpecificationContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterSortSpecification
(HqlParser.SortSpecificationContext ctx) Enter a parse tree produced byHqlParser.sortSpecification()
.void
HqlParserListener.enterSortSpecification
(HqlParser.SortSpecificationContext ctx) Enter a parse tree produced byHqlParser.sortSpecification()
.void
HqlParserBaseListener.exitSortSpecification
(HqlParser.SortSpecificationContext ctx) Exit a parse tree produced byHqlParser.sortSpecification()
.void
HqlParserListener.exitSortSpecification
(HqlParser.SortSpecificationContext ctx) Exit a parse tree produced byHqlParser.sortSpecification()
.HqlParserBaseVisitor.visitSortSpecification
(HqlParser.SortSpecificationContext ctx) Visit a parse tree produced byHqlParser.sortSpecification()
.HqlParserVisitor.visitSortSpecification
(HqlParser.SortSpecificationContext ctx) Visit a parse tree produced byHqlParser.sortSpecification()
. -
Uses of HqlParser.SortSpecificationContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.SortSpecificationContextModifier and TypeMethodDescriptionSemanticQueryBuilder.visitSortSpecification
(HqlParser.SortSpecificationContext ctx)