Classes in org.hibernate.hql.classic used by org.hibernate.hql.classic |
Parser
A parser is a state machine that accepts a string of tokens,
bounded by start() and end() and modifies a QueryTranslator. |
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. |
QueryTranslatorImpl
An instance of QueryTranslator translates a Hibernate
query string to SQL. |
WhereParser
Parses the where clause of a hibernate query and translates it to an
SQL where clause. |