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
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:

 

  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 obvious reasons).

Reply via email to