Classes in net.sf.hibernate.hql used by net.sf.hibernate.hql |
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. |
QueryTranslator
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. |