Popularity
9.8
Stable
Activity
9.3
Growing
19,378
1,157
12,660

Description

The MyBatis SQL 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.

Code Quality Rank: L4
Programming language: Java
License: Apache License 2.0
Tags: ORM    
Latest version: v3.5.6

MyBatis alternatives and similar libraries

Based on the "ORM" category.
Alternatively, view MyBatis alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of MyBatis or a related project?

Add another 'ORM' Library

README

MyBatis SQL Mapper Framework for Java

build Coverage Status Maven central Sonatype Nexus (Snapshots) License Stack Overflow Project Stats

mybatis

The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using an XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.

Essentials


*Note that all licence references and agreements mentioned in the MyBatis README section above are relevant to that project's source code only.