Uses of Interface
org.hibernate.hql.ast.ParseErrorHandler

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

Uses of ParseErrorHandler in org.hibernate.hql.ast
 

Classes in org.hibernate.hql.ast that implement ParseErrorHandler
 class ErrorCounter
          An error handler that counts parsing errors and warnings.
 

Methods in org.hibernate.hql.ast that return ParseErrorHandler
 ParseErrorHandler SqlGenerator.getParseErrorHandler()
           
 ParseErrorHandler HqlSqlWalker.getParseErrorHandler()
           
 ParseErrorHandler HqlParser.getParseErrorHandler()
           
 



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