Is there a limit to the number of joins permitted in a JPA/Hibernate query?
Since Hibernate doesn\'t automatically join, I have to explicitly specify the joins in my
The question is why are you trying to make such a complex query in the first place?
Have you considered different approaches? The documentation on improving performance makes some suggestions.