https://github.com/mybatis/mybatis-3
Raw File
Tip revision: 5f9a1686c3c6f57887be3ad23c84868c3bc6d66c authored by Eduardo Macarron on 17 November 2013, 08:00:21 UTC
Closes #98. Detect and pre-process static statements during startup so
Tip revision: 5f9a168
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