Revision b1d9b851f8b959533378f933da6426af0f9f2c1f authored by Iwao AVE! on 10 March 2013, 04:32:11 UTC, committed by Iwao AVE! on 10 March 2013, 04:32:11 UTC
1 parent 75d2cbe
Raw File
README
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 or annotations.
Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.

See the docs in: http://mybatis.github.com/mybatis-3
Download sources, jars and bundles from: http://repo1.maven.org/maven2/org/mybatis/mybatis/
back to top