Java持久層框架 MyBatis 3.0.6 發布

jopen 13年前發布 | 19K 次閱讀 MyBatis

mybatis 3.0.6 發布了,下載地址:mybatis-3.0.6-bundle.zip   3.0 MB

MyBatis 的前身就是 iBatis 。是一個數據持久層(ORM)框架。

MyBatis 3.0.6 發布

iBATIS一詞來源于“internet”和“abatis”的組合,是一個基于Java的持久層框架。iBATIS提供的持久層框架包括SQL Maps和Data Access Objects(DAO),同時還提供一個利用這個框架開發的 JPetStore實例。
項目地址:http://www.mybatis.org/

What is MyBatis

MyBatis Data Mapper process

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. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.

To use the MyBatis data mapper, you rely on your own objects, XML, and SQL. There is little to learn that you don't already know. With the MyBatis Data Mapper, you have the full power of both SQL and stored procedures at your fingertips.

 

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!