Java持久層框架 MyBatis 3.0.6 發布
mybatis 3.0.6 發布了,下載地址:mybatis-3.0.6-bundle.zip 3.0 MB
MyBatis 的前身就是 iBatis 。是一個數據持久層(ORM)框架。
iBATIS一詞來源于“internet”和“abatis”的組合,是一個基于Java的持久層框架。iBATIS提供的持久層框架包括SQL Maps和Data Access Objects(DAO),同時還提供一個利用這個框架開發的 JPetStore實例。
項目地址:http://www.mybatis.org/
What is MyBatis
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.