mybatis学习 mybatis框架的特性

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mybatis学习 mybatis框架的特性相关的知识,希望对你有一定的参考价值。

mybatis 的源代码地址是https://github.com/mybatis/mybatis-3/ 以及相关文档

MyBatis SQL Mapper Framework for Java

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.

 

以上是关于mybatis学习 mybatis框架的特性的主要内容,如果未能解决你的问题,请参考以下文章

MyBatis学习小结

mybatis学习 mybatis框架的特性

Mybatis学习1:从零开始搭建Mybatis环境

MyBatis框架简介

MyBatis框架

关于框架Mybatis------浅谈基础知识