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 HqlParser.getParseErrorHandler()
           
 ParseErrorHandler HqlSqlWalker.getParseErrorHandler()
           
 ParseErrorHandler SqlGenerator.getParseErrorHandler()
           
 



Copyright © 2008 Hibernate.org. All Rights Reserved.