Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.2.2
Hello,
I noticed that when using a dom4j session that lazy loading is no longer respected; ie. hibernate does n+1 selects to retreive associated collections. I've verified this by switching between a regular session and a dom4j session. I'm not worried about the n+1 selects at this point....I just don't want that data exported.
Is there a simple was around this?
Regards,
Joeb