|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
| OrderByAliasResolver
Given a column reference, resolve the table alias to apply to the column to qualify it. |
|
| OrderByTranslation
Represents the result of an order-by translation by @OrderByTranslator |
|
| SqlValueReference
Unifying interface between column and formula references mainly to give more strictly typed result to ColumnMapper.map(String) |
|
| 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. |
|
| GeneratedOrderByFragmentParser
Antlr grammar for dealing with order-by mapping fragments. |
|
| GeneratedOrderByFragmentRenderer
Antlr grammar for rendering ORDER_BY trees as described by the OrderByFragmentParser |
|
| GeneratedOrderByFragmentRendererTokenTypes
|
|
| Node
General contract for AST nodes. |
|
| NodeSupport
Basic implementation of a Node briding to the Antlr CommonAST hierarchy. |
|
| OrderByAliasResolver
Given a column reference, resolve the table alias to apply to the column to qualify it. |
|
| OrderByTemplateTokenTypes
|
|
| OrderByTranslation
Represents the result of an order-by translation by @OrderByTranslator |
|
| 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 |
|
| SqlValueReference
Unifying interface between column and formula references mainly to give more strictly typed result to ColumnMapper.map(String) |
|
| TranslationContext
Contract for contextual information required to perform translation. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||