Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.hql.internal.classic Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
ClassicQueryTranslatorFactoryGenerates translators which uses the older hand-written parser to performConstructor SummaryClassicQueryTranslatorFactory()Classorg.hibernate.hql.internal.classicHibernate ORM
ClauseParserParses the Hibernate query into its constituent clauses.Classorg.hibernate.hql.internal.classicHibernate ORM
FromParserParses the from clause of a hibernate query, looking for tables and aliases for the SQL query.Classorg.hibernate.hql.internal.classicHibernate ORM
FromPathExpressionParserClassorg.hibernate.hql.internal.classicHibernate ORM
GroupByParserParses the GROUP BY clause of an aggregate queryConstructor SummaryGroupByParser()Classorg.hibernate.hql.internal.classicHibernate ORM
HavingParserParses the having clause of a hibernate query and translates it to anConstructor SummaryHavingParser()Classorg.hibernate.hql.internal.classicHibernate ORM
OrderByParserParses the ORDER BY clause of a queryConstructor SummaryOrderByParser()Classorg.hibernate.hql.internal.classicHibernate ORM
ParserA parser is a state machine that accepts a string of tokens, bounded by start() and end() and modifies a QueryTranslator.Interfaceorg.hibernate.hql.internal.classicHibernate ORM
ParserHelperClassorg.hibernate.hql.internal.classicHibernate ORM
PathExpressionParserParses an expression of the form foo.Classorg.hibernate.hql.internal.classicHibernate ORM
PreprocessingParserClassorg.hibernate.hql.internal.classicHibernate ORM
QueryTranslatorImplAn instance of QueryTranslator translates a Hibernate query string to SQL.Classorg.hibernate.hql.internal.classicHibernate ORM
SelectParserParsers the select clause of a Hibernate query.Classorg.hibernate.hql.internal.classicHibernate ORM
SelectPathExpressionParserClassorg.hibernate.hql.internal.classicHibernate ORM
WhereParserParses the where clause of a hibernate query and translates it to anConstructor SummaryWhereParser()Classorg.hibernate.hql.internal.classicHibernate ORM