java.lang.Object | |
↳ | org.hibernate.hql.ast.ASTQueryTranslatorFactory |
Generates translators which uses the Antlr-based 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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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. |