Is there any difference in performance between eager fetching via HQL queries and using FetchType.EAGER as mapping between entities?
Asked
Active
Viewed 46 times
1 Answers
1
It depends on how your HQL queries are written and how the Eager loading is configured.
See the following question for more information: JPA eager fetch does not join

Community
- 1
- 1

Heinrich Filter
- 5,760
- 1
- 33
- 34