I'm new to hibernate and spring.
I've created DAOs that use HibernateTemplate and my services use proxy for transaction support.
The problem that I'm facing is that if I want to set an entity member to Lazy fetch mode I get an error that the session is closed.
What is the correct way for me to enable this feature?
Thanks,
Mike.


Reply With Quote
