public class

SortKey

extends NodeSupport
java.lang.Object
   ↳ CommonAST
     ↳ org.hibernate.sql.ordering.antlr.NodeSupport
       ↳ org.hibernate.sql.ordering.antlr.SortKey

Class Overview

Models 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 each SortSpecification

Summary

Public Constructors
SortKey()
[Expand]
Inherited Methods
From class org.hibernate.sql.ordering.antlr.NodeSupport
From class java.lang.Object
From interface org.hibernate.sql.ordering.antlr.Node

Public Constructors

public SortKey ()