forked from mybatis/mybatis-3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
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. | ||
Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools. | ||
|
||
Se the docs in: http://mybatis.github.com/mybatis-3 | ||
Downloads are in: http://repo1.maven.org/maven2/org/mybatis/mybatis/ |