If for example i have the following classes: Person, Hobbies and Hobby Hobbies has fields: personId and hobbyId
If no prefetching is done on the original Person query, is there a way to prefetch Hobby when calling getHobbies() on Person ? Thanks.
If for example i have the following classes: Person, Hobbies and Hobby Hobbies has fields: personId and hobbyId
If no prefetching is done on the original Person query, is there a way to prefetch Hobby when calling getHobbies() on Person ? Thanks.