Hi Gavin and all others!
I have a bidirectional 1:n mapping like this, and I have set
use_outer_join to true, but I cant get hibernate to fetch all elements
at once with an outer join. (I'm using a find query)
<set role="xxxx" table="xxxx" readonly="true">
<key column="xxx"/>
<one-to-many class="xxxx"/>
</set>
What am I doing wrong?
Best regards
Chris
|