-1

Is there any difference in performance between eager fetching via HQL queries and using FetchType.EAGER as mapping between entities?

drndivoje
  • 319
  • 2
  • 17

1 Answers1

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