[^HHH-13933-test-case (da2214f9-fc5e-47e5-b8aa-b212f60e22b8).zip]
In ToOneIdMapper.mapToMapFromEntity() Hibernate proxy initialization is attempted using session which was originally used for loading that entity. However, by that time, that session could be closed (and reference to it could be removed from lazy initializer instance). Attached test case demonstrates such a scenario. |
|