For example, if I want to load a cat and join-fetch its list of friends:
catDao.find(catId, "friends");
Or if I want to join-fetch it's friends and children:
catDao.find(catId, "friends", "children");
Original issue reported on code.google.com by dwolvert on 15 Jul 2009 at 9:12
Original issue reported on code.google.com by
dwolvert
on 15 Jul 2009 at 9:12