i'm writing a query that need UNION and hql doesn't support it. So the only workaround is to use standrad SQL query but the problem is i can't use it in iReport if i use hibernate.
There is a way to use sql in iReport with an hibernate connection?
Thanks.