timowest
unread,Sep 27, 2011, 7:08:40 AM9/27/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to quer...@googlegroups.com
Hi,
I found some examples on how to do unions with SQLQueryImpl.
Is this also possible for JPAQuery?
Regards,
Ricardo
timowest
No, because UNION is not supported in JPQL / HQL.
Querydsl JPA
uses single string JPQL queries for query execution, so the
expressiveness of Querydsl JPA is restricted by the possibilities of
JPQL.