RE: [Hibernate] join fetching multiple collection roles

2005-05-16 Thread Gavin King
I might have been a little premature in announcing this:     http://opensource.atlassian.com/projects/hibernate/browse/HHH-486   is a pretty big bug in it. I’ll need to fix that before we can release.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gavin King

Re: [Hibernate] join fetching multiple collection roles

2005-05-16 Thread Max Rydahl Andersen
On Mon, 16 May 2005 08:01:39 +0200, Gavin King <[EMAIL PROTECTED]> wrote: I removed the ancient limitation. One of those things that was really quite easy once I actually sat down and tried to do it. So you can now do: from Item it join fetch it.bids join fetch it.comments Nice. so how is this