JLEFE1 / rankmygame

Project to store game results
Apache License 2.0
0 stars 1 forks source link

Lazy loading #12

Open JLEFE1 opened 9 years ago

JLEFE1 commented 9 years ago

JPA/Hibernate and Spring have some lazy loading incompatibilities. Solved this temporarily with FetchType eager.

Try to find/implement best solution

JLEFE1 commented 9 years ago

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