Skip to content

mybatis/mybatis-3

Folders and files

NameName
Last commit message
Last commit date
Oct 31, 2021
Dec 11, 2021
Dec 10, 2021
Jun 4, 2019
Apr 15, 2013
Mar 15, 2020
Apr 26, 2015
Feb 3, 2015
Apr 10, 2019
Apr 17, 2013
Apr 17, 2013
Jun 9, 2021
Apr 13, 2016
Jan 19, 2020
Jan 19, 2020
Dec 12, 2021

Repository files navigation

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