https://github.com/mybatis/ibatis-2
iBATIS 2.x
https://github.com/mybatis/ibatis-2
ibatis java
Last synced: about 2 months ago
JSON representation
iBATIS 2.x
- Host: GitHub
- URL: https://github.com/mybatis/ibatis-2
- Owner: mybatis
- License: apache-2.0
- Created: 2013-02-13T16:07:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T00:10:48.000Z (about 2 months ago)
- Last Synced: 2025-04-13T01:23:32.176Z (about 2 months ago)
- Topics: ibatis, java
- Language: Java
- Size: 13 MB
- Stars: 98
- Watchers: 25
- Forks: 111
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Legacy iBATIS (aka MyBatis 2) maintenance repository
====================================================[](https://github.com/mybatis/ibatis-2/actions/workflows/ci.yaml)
[](https://coveralls.io/github/mybatis/ibatis-2?branch=master)
[](https://maven-badges.herokuapp.com/maven-central/org.mybatis/mybatis2)
[](https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/mybatis2/)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
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.Users are advised to upgrade to myBatis 3. Both mybatis (ibatis) 2 and mybatis 3 can be used together. Changes to this repo will only be considered if small bug fixes. Given its widespread usage still, this repo will be kept alive as java conditions change as long as needed.