I am using iBatis for my database interaction. Lately I am trying to improve performance of some static data fetches by configuring caching. The chache got configured and worked properly however ...
I need to have inheritance mapping in ibatis. In Ibatis documentation, what I have learned is, we can compare the value of the column to call submaps inside discriminator tag of ...