Uses of Interface
org.hibernate.hql.internal.ast.ErrorReporter

Packages that use ErrorReporter
org.hibernate.hql.internal.ast An ANTLR-based parser for Hibernate Query Language. 
 

Uses of ErrorReporter in org.hibernate.hql.internal.ast
 

Subinterfaces of ErrorReporter in org.hibernate.hql.internal.ast
 interface ParseErrorHandler
          Defines the behavior of an error handler for the HQL parsers.
 

Classes in org.hibernate.hql.internal.ast that implement ErrorReporter
 class ErrorCounter
          An error handler that counts parsing errors and warnings.
 class HqlSqlWalker
          Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
 class SqlGenerator
          Generates SQL by overriding callback methods in the base class, which does the actual SQL AST walking.
 



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