Ask your own question, for FREE!
Computer Science 17 Online
OpenStudy (anonymous):

: Hibernate/Spring: how to solve the problem failed to lazily initialize - no session or session was closed

OpenStudy (anonymous):

You try to access some lazy field (usually collection) in entity which is in detached state. You can try to use FetchType.EAGER in relation annotation. Or just access this field while session is not closed.

OpenStudy (anonymous):

Thank you for your idea. Any idea if we don't want to use FetchType.EAGER ?

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!