CollationSpecification |
Models a collation specification ( COLLATE using a specific character-set) within a
SortSpecification .
|
Factory |
Acts as a ASTFactory for injecting our specific AST node classes into the Antlr generated trees.
|
GeneratedOrderByFragmentParser |
Antlr grammar for dealing with order-by mapping fragments.
|
GeneratedOrderByFragmentRenderer |
|
GeneratedOrderByLexer |
Lexer for the order-by fragment parser
|
NodeSupport |
Basic implementation of a Node briding to the Antlr CommonAST hierarchy.
|
OrderByFragment |
Represents a parsed order-by mapping fragment.
|
OrderByFragmentParser |
Extension of the Antlr-generated parser for the purpose of adding our custom parsing behavior
(semantic analysis, etc).
|
OrderByFragmentRenderer |
Extension of the Antlr-generated tree walker for rendering the parsed order-by tree back to String form.
|
OrderByFragmentTranslator |
A translator for order-by mappings, whether specified by hbm.xml files, Hibernate
OrderBy annotation or JPA OrderBy annotation.
|
OrderByFragmentTranslator.StandardOrderByTranslationImpl |
|
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
|
SortSpecification |
Models each sorting expression.
|