Uses of Class
org.hibernate.sql.ordering.antlr.NodeSupport
-
Packages that use NodeSupport Package Description org.hibernate.sql.ordering.antlr -
-
Uses of NodeSupport in org.hibernate.sql.ordering.antlr
Subclasses of NodeSupport in org.hibernate.sql.ordering.antlr Modifier and Type Class Description classCollationSpecificationModels a collation specification (COLLATE using a specific character-set) within aSortSpecification.classOrderByFragmentRepresents a parsed order-by mapping fragment.classOrderingSpecificationModels an ordering specification (ASCENDING or DESCENDING) within aSortSpecification.classSortKeyModels the container node for the sort key, which is the term given by the ANSI SQL specification to the expression upon which to sort for eachSortSpecificationclassSortSpecificationModels each sorting expression.
-