Is there a way to choose wich query parser will be used?
I have just migrated to Hibernate 3 and there are some queries that does not work with the new AST parser, so setting the ClassicQueryTranslatorFactory as factory makes them work.
The question is that I would like to use the new query features (ex, expressions on the select clause). Can I choose to, on those specific queries, to use the AST parser?
Thanks in advance,
Luis.
Hibernate version: 3.0.5
Name and version of the database you are using: MySQL 4.1
|