1

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.

blow
  • 12,811
  • 24
  • 75
  • 112

1 Answers1

0

Use a View. See this: Hibernate Union alternatives

Community
  • 1
  • 1
gorlok
  • 1,155
  • 6
  • 16