Tagged Questions
1
vote
1answer
888 views
How do you programmatically turn off eager fetching with hibernate?
I have in my mapping an association to an eagerly loaded collection (lazy="false" fetch="subselect"). How can I turn that off programmatically with Hibernate when I do a query?
Thanks