Uses of Class
org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
-
Packages that use HqlParser.SortSpecificationContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal 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.SortSpecificationContext Modifier and Type Method Description HqlParser.SortSpecificationContextHqlParser.OrderByClauseContext. sortSpecification(int i)HqlParser.SortSpecificationContextHqlParser.OrderByFragmentContext. sortSpecification(int i)HqlParser.SortSpecificationContextHqlParser. sortSpecification()Methods in org.hibernate.grammars.hql that return types with arguments of type HqlParser.SortSpecificationContext Modifier and Type Method Description List<HqlParser.SortSpecificationContext>HqlParser.OrderByClauseContext. sortSpecification()List<HqlParser.SortSpecificationContext>HqlParser.OrderByFragmentContext. sortSpecification() -
Uses of HqlParser.SortSpecificationContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.SortSpecificationContext Modifier and Type Method Description SqmSortSpecificationSemanticQueryBuilder. visitSortSpecification(HqlParser.SortSpecificationContext ctx)
-