Hi,
I'm playing around with loading of collections. I tried
to load the collection and some of its ManyToOne properties
eagerly. Therefore I used following code fragement:
Code:
getSession.createFilter(collection, "select this left join fetch ...");
This don't work. Can anyone tell me a solution for combining
the createFilter method with eager fetching.
The advantage of using this createFilter method is that I
do not loose the @Where and @Filter clauses configured
for this properties.
I'm using hibernate 3.2.5ga.
Best regards,
Michi