Jamie Craane personal blog

My views, thoughts and experiences about Fullstack software development.

MyBatis

Mapping a map

As some of you will know I am a huge fan of MyBatis. I have used it in a lot of projects and it never failed me. I like how you are in control of the SQL and the flexibility this brings by mapping result sets to classes instead of mapping tables to classes.