| java.lang.Object | |
| ↳ | org.hibernate.hql.classic.ClassicQueryTranslatorFactory | 
Generates translators which uses the older hand-written parser to perform the translation.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct a  
  
  FilterTranslator instance capable of translating
 an HQL filter string. | |||||||||||
Construct a  
  
  QueryTranslator instance capable of translating
 an HQL query string. | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  org.hibernate.hql.QueryTranslatorFactory
 | |||||||||||
Construct a FilterTranslator instance capable of translating
 an HQL filter string.
Construct a QueryTranslator instance capable of translating
 an HQL query string.
| queryIdentifier | The query-identifier (used in
 QueryStatistics collection). This is
 typically the same as the queryString parameter except for the case of
 split polymorphic queries which result in multiple physical sql
 queries. | 
        
|---|---|
| queryString | The query string to be translated | 
| filters | Currently enabled filters | 
| factory | The session factory. |