Open JLEFE1 opened 9 years ago
JPA/Hibernate and Spring have some lazy loading incompatibilities. Solved this temporarily with FetchType eager.
Try to find/implement best solution
When searching for a player, the eager loading on player results is not working (issue 12 => already solved).
Perhaps a better solution should be searched
JPA/Hibernate and Spring have some lazy loading incompatibilities. Solved this temporarily with FetchType eager.
Try to find/implement best solution