站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

Uses of Interface org.hibernate.hql.ast.ParseErrorHandler (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


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()