public class

OrderByFragment

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

Class Overview

Represents a parsed order-by mapping fragment. This holds the tree of all SortSpecifications.

Summary

Public Constructors
OrderByFragment()
[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 OrderByFragment ()