to resolve cache hit problem issue #1960

Comment From: liuyueve

to resolve cache hit problem issue #1960

Comment From: harawata

Thank you for the PR, @liuyueve ,

Not calling getObject() breaks BlockingCache, unfortunately. I have just committed two tests to master and one of them is broken by this change.

If this log output is really important to you for some reason, you should call sqlSession.commit() after calling updateName().

Comment From: liuyueve

hello @harawata , I just want to fix issue #1960 . But I find this solution also has problem.Maybe we need better solution.