How to Fix Hibernate LazyInitializationException in Spring
You are likely seeing org.hibernate.LazyInitializationException: could not initialize proxy - no Session because your code tried to access a lazily-loaded association after the database transactio…