Uses of Package
org.hibernate.sql.ordering.antlr

Packages that use org.hibernate.sql.ordering.antlr
org.hibernate.sql This package defines helper classes for rendering SQL fragments and SQL statements. 
org.hibernate.sql.ordering.antlr   
 

Classes in org.hibernate.sql.ordering.antlr used by org.hibernate.sql
ColumnMapper
          Contract for mapping a (an assumed) property reference to its columns.
 

Classes in org.hibernate.sql.ordering.antlr used by org.hibernate.sql.ordering.antlr
CollationSpecification
          Models a collation specification (COLLATE using a specific character-set) within a SortSpecification.
ColumnMapper
          Contract for mapping a (an assumed) property reference to its columns.
Node
          General contract for AST nodes.
NodeSupport
          Basic implementation of a Node.
OrderingSpecification
          Models an ordering specification (ASCENDING or DESCENDING) within a SortSpecification.
OrderingSpecification.Ordering
           
SortKey
          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
TranslationContext
          Contract for contextual information required to perform translation.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.