类分层结构
- java.lang.Object
- org.hibernate.hql.internal.classic.AbstractParameterInformation (implements org.hibernate.param.ParameterBinder, org.hibernate.hql.spi.ParameterInformation)
- org.hibernate.hql.internal.classic.NamedParameterInformationImpl (implements org.hibernate.hql.spi.NamedParameterInformation)
- org.hibernate.hql.internal.classic.PositionalParameterInformationImpl (implements org.hibernate.hql.spi.PositionalParameterInformation)
- org.hibernate.hql.internal.classic.ClassicQueryTranslatorFactory (implements org.hibernate.hql.spi.QueryTranslatorFactory)
- org.hibernate.hql.internal.classic.ClauseParser (implements org.hibernate.hql.internal.classic.Parser)
- org.hibernate.hql.internal.classic.FromParser (implements org.hibernate.hql.internal.classic.Parser)
- org.hibernate.hql.internal.classic.GroupByParser (implements org.hibernate.hql.internal.classic.Parser)
- org.hibernate.loader.Loader
- org.hibernate.loader.BasicLoader
- org.hibernate.hql.internal.classic.QueryTranslatorImpl (implements org.hibernate.hql.spi.FilterTranslator)
- org.hibernate.loader.BasicLoader
- org.hibernate.hql.internal.classic.OrderByParser (implements org.hibernate.hql.internal.classic.Parser)
- org.hibernate.hql.internal.classic.ParserHelper
- org.hibernate.hql.internal.classic.PathExpressionParser (implements org.hibernate.hql.internal.classic.Parser)
- org.hibernate.hql.internal.classic.FromPathExpressionParser
- org.hibernate.hql.internal.classic.SelectPathExpressionParser
- org.hibernate.hql.internal.classic.PreprocessingParser (implements org.hibernate.hql.internal.classic.Parser)
- org.hibernate.hql.internal.classic.SelectParser (implements org.hibernate.hql.internal.classic.Parser)
- org.hibernate.hql.internal.classic.WhereParser (implements org.hibernate.hql.internal.classic.Parser)
- org.hibernate.hql.internal.classic.HavingParser
- org.hibernate.hql.internal.classic.AbstractParameterInformation (implements org.hibernate.param.ParameterBinder, org.hibernate.hql.spi.ParameterInformation)
接口分层结构
- org.hibernate.hql.internal.classic.Parser