MyBatis | What Is MyBatis?
MyBatis is a persistence framework that connects SQL and Java objects.
It was previously developed as one of the Apache projects under the name iBATIS. However, development by the Apache Software Foundation stopped in June 2010, and it is now developed under the name MyBatis.
It is useful when you want complete control over SQL statements.