接口的使用
org.hibernate.hql.internal.ast.ErrorReporter
-
使用ErrorReporter的程序包 程序包 说明 org.hibernate.hql.internal.ast An ANTLR-based parser for Hibernate Query Language. -
-
org.hibernate.hql.internal.ast中ErrorReporter的使用
org.hibernate.hql.internal.ast中ErrorReporter的子接口 修饰符和类型 接口 说明 interfaceParseErrorHandlerDefines the behavior of an error handler for the HQL parsers.实现ErrorReporter的org.hibernate.hql.internal.ast中的类 修饰符和类型 类 说明 classErrorTrackerAn error handler that counts parsing errors and warnings.classHqlSqlWalkerImplements methods used by the HQL->SQL tree transform grammar (a.k.a. the second phase).classSqlGeneratorGenerates SQL by overriding callback methods in the base class, which does the actual SQL AST walking.
-