every time i use lazy-loading for a Set property of a POJO with org.springframework.orm.hibernate.HibernateTemplat e, it does not work because of session was closed.
My question is if I CANNOT use HiberanteTemplate with lazy-loading?
every time i use lazy-loading for a Set property of a POJO with org.springframework.orm.hibernate.HibernateTemplat e, it does not work because of session was closed.
My question is if I CANNOT use HiberanteTemplate with lazy-loading?