|
- MyBatis 3 | 简介 – mybatis
MyBatis 是一款优秀的持久层框架,它支持自定义 SQL、存储过程以及高级映射。 MyBatis 免除了几乎所有的 JDBC 代码以及设置参数和获取结果集的工作。
- MyBatis 3 | Getting started – mybatis
Let's take a look at XML first The full set of features provided by MyBatis can be realized by using the XML based mapping language that has made MyBatis popular over the years If you've used MyBatis before, the concept will be familiar to you, but there have been numerous improvements to the XML mapping documents that will become clear later
- MyBatis 3 | 入门 – mybatis
我们先看看 XML 定义语句的方式,事实上 MyBatis 提供的所有特性都可以利用基于 XML 的映射语言来实现,这使得 MyBatis 在过去的数年间得以流行。
- MyBatis 3 | Introduction – mybatis
MyBatis is a first class persistence framework with support for custom SQL, stored procedures and advanced mappings MyBatis eliminates almost all of the JDBC code and manual setting of parameters and retrieval of results
- MyBatis 3 | Dynamic SQL – mybatis
While working with Dynamic SQL will never be a party, MyBatis certainly improves the situation with a powerful Dynamic SQL language that can be used within any mapped SQL statement
- MyBatis 3 | Configuration – mybatis
The MyBatis configuration contains settings and properties that have a dramatic effect on how MyBatis behaves The high level structure of the document is as follows:
- MyBatis 3 | Java API – mybatis
MyBatis 3 builds on top of a comprehensive and powerful Java based Configuration API This Configuration API is the foundation for the XML based MyBatis configuration, as well as the new annotation-based configuration
- MyBatis 3 | Mapper XML Files – mybatis
MyBatis includes a powerful transactional query caching feature which is very configurable and customizable A lot of changes have been made in the MyBatis 3 cache implementation to make it both more powerful and far easier to configure
|
|
|