I have a query that selects entities "A" with joining "B" entity via @EntityGraph(attributePaths = {"b"}), which has eagerly Set
Comment From: snicoll
Thanks for the report but that's nothing we can fix in Spring Boot. Please reach out to the Hibernate team for support. 2.2.4.RELEASE
uses 5.4.10.Final
while 2.2.5.RELEASE
uses 5.4.12.Final
. You may want to downgrade Hibernate to 5.4.10.Final
to see if that changes anything for you.
If it does you may want to search for an issue in the Hibernate issue tracker.