I wanted to do a little sample application in Kotlin. I’m getting tired of using JPA for all the things, so I decided to try out MyBatis. I had used MyBatis with great success years ago, ...
I had a difficult time trying to figure out how to use MyBatis annotations for my project. The examples I found would answer a portion of what I was looking for, but never actually answered what I was looking for. Eventually I found ways to make it work for what I was trying to do. Here are some examples on how to use MyBatis Annotations with Select, SelectProvider, SQLBuilder, and SelectBuilder. ...