RE: [Hibernate] join fetching multiple collection roles

2005-05-16 Thread Gavin King
Sent: Monday, 16 May 2005 2:02 AM To: hibernate-devel@lists.sourceforge.net Subject: [Hibernate] join fetching multiple collection roles   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

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

[Hibernate] join fetching multiple collection roles

2005-05-15 Thread Gavin King
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   and stuff like that.     Just don’t try to use this feature with bags (for