But I must warn you, that I have not really tested it in production environment. But you should give it a try. You could write me directly - I will try to fix bugs in it ASAP. You could try to contact me directly via email dionis.argiri [at
{@}
] gmail
{[dot]}
com
P.S. what version of Hibernate do you use?
BR, Dionis
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Hi Eliazar,
The only valid workaround I found - is avoid using Hibernate Criteria API. And use HQL instead.
I tried to workaround this issue by building HQL criteria API (tiny wrapper around HQL). That feels like Hibernate criteria API.
You could found it here: https://github.com/dargiri/hql-criteria-api .
It is available in maven central:
http://mvnrepository.com/artifact/com.github.dargiri/hql-criteria-api
But I must warn you, that I have not really tested it in production environment. But you should give it a try. You could write me directly - I will try to fix bugs in it ASAP. You could try to contact me directly via email dionis.argiri [at
{@}] gmail
{[dot]}com
P.S. what version of Hibernate do you use?
BR, Dionis