mybatis- 3.1.1. how to override the resultmap returned from mybatis
we using mybatis 3.1.1. we found for oracle the result map returned contains column name in Capital letters and in case of mySql the result map returned contains column name in small letters. My question is : Is there is any way i can to write some sort of interceptor so that i can modify the result returned by result map. Thanks. quux00 I'm afraid the answer is that MyBatis doesn't provide any direct way to control the case of the keys in a result map. I asked this question recently on the MyBatis Google Group: https://groups.google.com/forum/?fromgroups#!topic/mybatis-user/tETs_JiugNE The