Uses of Package
org.hibernate.hql.internal.classic

Packages that use org.hibernate.hql.internal.classic
org.hibernate.hql.internal.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed. 
 

Classes in org.hibernate.hql.internal.classic used by org.hibernate.hql.internal.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.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.