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
In the current implementation of the MyBatisDataAccessStrategy, it open an SqlSession instance per statement. I think it should be shared on the same transaction using the SqlSessionTemplate instead of the SqlSessionFactory#openSession.
WDYT?