You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method is inherently very unsafe to use, because it changes instance of wrapped entity manager, while other instances of said entity manager are untouched, which causes desynchronized identity maps.
We should think about other approach how to reopen entity manager, without breaking identitiees.