| Package | Description | 
|---|---|
| org.hibernate.hql.internal.classic | 
 
        This package contains the Hibernate 2.x query parser which 
        is being end-of-lifed. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClauseParser
Parses the Hibernate query into its constituent clauses. 
 | 
class  | 
FromParser
Parses the from clause of a hibernate query, looking for tables and
 aliases for the SQL query. 
 | 
class  | 
FromPathExpressionParser  | 
class  | 
GroupByParser
Parses the GROUP BY clause of an aggregate query 
 | 
class  | 
HavingParser
Parses the having clause of a hibernate query and translates it to an
 SQL having clause. 
 | 
class  | 
OrderByParser
Parses the ORDER BY clause of a query 
 | 
class  | 
PathExpressionParser
Parses 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  | 
SelectParser
Parsers the select clause of a Hibernate query. 
 | 
class  | 
SelectPathExpressionParser  | 
class  | 
WhereParser
Parses the where clause of a hibernate query and translates it to an
 SQL where clause. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ParserHelper.parse(Parser p,
     String text,
     String seperators,
     QueryTranslatorImpl q)  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.