Currently the fetch type for thoughts on a retro is EAGER. We should try to find a better way of fetching that information, whether that's separating the relationship out and enforcing it through code, or a JOIN FETCH query using JPQL, there should be a better way of fetching that information when a retro is retrieved
Currently the fetch type for thoughts on a retro is
EAGER. We should try to find a better way of fetching that information, whether that's separating the relationship out and enforcing it through code, or aJOIN FETCHquery using JPQL, there should be a better way of fetching that information when a retro is retrieved