SqlSessionManager not delegating to proxy for getMapper #3192
Unanswered
epochcoder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All
Im wondering why this is the case? I found the commit that removed this behaviour from 2010 at fdab870 however it is not really that descriptive.
Reason for asking is that I recently tried to use
SqlSessionManager
but my (internal) test cases fail, sincegetMapper
does not delegate to my override of it. (I have a highly customizedSqlSession
) specifically forgetMapper
.Any insights?
Beta Was this translation helpful? Give feedback.
All reactions