Snippets tagged “dto-pattern”
1 snippet uses this tag.
- How to solve the “failed to lazily initialize a collection of role” Hibernate exceptionJava
The "failed to lazily initialize a collection of role" exception in Hibernate is thrown when you try to access an uninitialized collection from a Hibernate entity when the entity is in a detached state.