Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.8.0
-
None
-
None
-
Patch
Description
Hi,
According to @EntityGraph annotation:
"Defines an entity graph to be applied to a query. This annotation can be added to any query method of a repository class."
But it don't work in the findBy(PK) and findOptionalBy(PK) methods
I made a patch that can solve it.