| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parser | |
|---|---|
| org.hibernate.hql.classic | This package contains the Hibernate 2.x query parser which is being end-of-lifed. | 
| Uses of Parser in org.hibernate.hql.classic | 
|---|
| Classes in org.hibernate.hql.classic that implement Parser | |
|---|---|
|  class | ClauseParserParses the Hibernate query into its constituent clauses. | 
|  class | FromParserParses the from clause of a hibernate query, looking for tables and aliases for the SQL query. | 
|  class | FromPathExpressionParser | 
|  class | GroupByParserParses the GROUP BY clause of an aggregate query | 
|  class | HavingParserParses the having clause of a hibernate query and translates it to an SQL having clause. | 
|  class | OrderByParserParses the ORDER BY clause of a query | 
|  class | PathExpressionParserParses an expression of the form foo.bar.baz and builds up an expression involving two less table joins than there are path components. | 
|  class | PreprocessingParser | 
|  class | SelectParserParsers the select clause of a Hibernate query. | 
|  class | SelectPathExpressionParser | 
|  class | WhereParserParses the where clause of a hibernate query and translates it to an SQL where clause. | 
| Methods in org.hibernate.hql.classic with parameters of type Parser | |
|---|---|
| static void | ParserHelper.parse(Parser p,
      String text,
      String seperators,
      QueryTranslatorImpl q) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||