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