We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd42b0a commit 380d3d1Copy full SHA for 380d3d1
README
@@ -1,3 +1,6 @@
1
The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications.
2
MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations.
3
-Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.
+Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.
4
+
5
+Se the docs in: http://mybatis.github.com/mybatis-3
6
+Downloads are in: http://repo1.maven.org/maven2/org/mybatis/mybatis/
0 commit comments