What is MyBatis

MyBatis Data Mapper process

The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.

To use the MyBatis data mapper, you rely on your own objects, XML, and SQL. There is little to learn that you don't already know. With the MyBatis Data Mapper, you have the full power of both SQL and stored procedures at your fingertips.

Visit us on Google Code

MyBatis is hosted on Google Code. Join us there for the latest downloads, mailing list support and issue tracking. Use the links on the right to take you to the GoogleCode project site, or somewhere more specific.