Uses of Interface
org.hibernate.sql.ordering.antlr.Node
-
Packages that use Node Package Description org.hibernate.sql.ordering.antlr -
-
Uses of Node in org.hibernate.sql.ordering.antlr
Classes in org.hibernate.sql.ordering.antlr that implement Node Modifier and Type Class Description classCollationSpecificationModels a collation specification (COLLATE using a specific character-set) within aSortSpecification.classNodeSupportBasic implementation of aNodebriding to the AntlrCommonASThierarchy.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.
-