Skip to content

mybatis/mybatis-3

Folders and files

NameName
Last commit message
Last commit date
Dec 28, 2018
Jan 20, 2019
Dec 28, 2018
Apr 15, 2013
Mar 19, 2018
Dec 28, 2018
Apr 26, 2015
Feb 3, 2015
Oct 7, 2018
Apr 17, 2013
Apr 17, 2013
Dec 17, 2018
Apr 13, 2016
Dec 28, 2018
Dec 28, 2018
Jan 20, 2019

Repository files navigation

MyBatis SQL Mapper Framework for Java

Build Status Coverage Status Maven central 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 a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.

Essentials