Kazuki Shimizu opened DATAJDBC-161 and commented
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?
Referenced from: pull request #29