2 result(s) for "LazyInitializationException: could not initialize proxy"
Hibernate throws LazyInitializationException when accessing related entities that Cascade marked as lazy-loaded. The session closes before the related data i...
After refactoring ORM relationship configurations, related entities stopped lazy loading. Now every query that accesses relationships triggers additional dat...