类分层结构
- java.lang.Object
- antlr.ASTFactory
- org.hibernate.hql.internal.ast.HqlASTFactory
- org.hibernate.hql.internal.ast.SqlASTFactory (implements org.hibernate.hql.internal.antlr.HqlSqlTokenTypes)
- org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory (implements org.hibernate.hql.spi.QueryTranslatorFactory)
- org.hibernate.hql.internal.ast.ErrorTracker (implements org.hibernate.hql.internal.ast.ParseErrorHandler)
- org.hibernate.hql.internal.ast.NamedParameterInformationImpl (implements org.hibernate.hql.spi.NamedParameterInformation)
- org.hibernate.hql.internal.ast.ParameterTranslationsImpl (implements org.hibernate.hql.spi.ParameterTranslations)
- antlr.Parser
- antlr.LLkParser
- org.hibernate.hql.internal.antlr.HqlBaseParser (implements org.hibernate.hql.internal.antlr.HqlTokenTypes)
- org.hibernate.hql.internal.ast.HqlParser
- org.hibernate.hql.internal.antlr.HqlBaseParser (implements org.hibernate.hql.internal.antlr.HqlTokenTypes)
- antlr.LLkParser
- org.hibernate.hql.internal.ast.PositionalParameterInformationImpl (implements org.hibernate.hql.spi.PositionalParameterInformation)
- org.hibernate.hql.internal.ast.QueryTranslatorImpl (implements org.hibernate.hql.spi.FilterTranslator)
- org.hibernate.hql.internal.ast.QueryTranslatorImpl.JavaConstantConverter (implements org.hibernate.hql.internal.ast.util.NodeTraverser.VisitationStrategy)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- antlr.ANTLRException
- antlr.RecognitionException
- antlr.SemanticException
- org.hibernate.hql.internal.ast.DetailedSemanticException
- org.hibernate.hql.internal.ast.InvalidPathException
- antlr.SemanticException
- antlr.RecognitionException
- java.lang.RuntimeException
- javax.persistence.PersistenceException
- org.hibernate.HibernateException
- org.hibernate.QueryException
- org.hibernate.hql.internal.ast.QuerySyntaxException
- org.hibernate.hql.internal.ast.InvalidWithClauseException
- org.hibernate.hql.internal.ast.QuerySyntaxException
- org.hibernate.QueryException
- org.hibernate.HibernateException
- javax.persistence.PersistenceException
- antlr.ANTLRException
- java.lang.Exception
- antlr.Token (implements java.lang.Cloneable)
- antlr.CommonToken
- org.hibernate.hql.internal.ast.HqlToken
- antlr.CommonToken
- antlr.TreeParser
- org.hibernate.hql.internal.antlr.HqlSqlBaseWalker (implements org.hibernate.hql.internal.antlr.HqlSqlTokenTypes)
- org.hibernate.hql.internal.ast.HqlSqlWalker (implements org.hibernate.hql.internal.ast.ErrorReporter, org.hibernate.engine.internal.ParameterBinder.NamedParameterSource)
- org.hibernate.hql.internal.antlr.SqlGeneratorBase (implements org.hibernate.hql.internal.antlr.SqlTokenTypes)
- org.hibernate.hql.internal.ast.SqlGenerator (implements org.hibernate.hql.internal.ast.ErrorReporter)
- org.hibernate.hql.internal.antlr.HqlSqlBaseWalker (implements org.hibernate.hql.internal.antlr.HqlSqlTokenTypes)
- antlr.ASTFactory
接口分层结构
- org.hibernate.hql.internal.ast.ErrorReporter
- org.hibernate.hql.internal.ast.ParseErrorHandler
- org.hibernate.hql.internal.ast.TypeDiscriminatorMetadata