mybatis知识翻译(一)

来源:互联网 发布:手机炒股什么软件 编辑:程序博客网 时间:2024/05/16 07:27

**本文纯属为了锻炼自己的英文水平,不对之处欢迎指正;

Introduction

介绍

What is MyBatis?

什么是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 can use simple XML or Annotations for configuration and map primitives, Map interfaces and Java POJOs (Plain Old Java Objects) to database records.

MyBatis是一种支持自定义SQL查询,过程存储和先进的映射的一流持久化框架。MyBatis几乎消除了所有的JDBC代码,可以实现手动参数设置和结果的检索。MyBatis可以通过使用一个简单的xml或者注解作为配置,map基础,map接口,和java POJOs来连接到数据库的记录;

Help make this documentation better…

欢迎您的帮助将这片文档变得更好

If you find this documentation lacking in any way, or missing documentation for a feature, then the best thing to do is learn about it and then write the documentation yourself!

Sources of this manual are available in xdoc format at project's Git Fork the repository, update them and send a pull request.

You’re the best author of this documentation, people like you have to read it!

如果你发现这篇文档的任何缺点,或者缺乏对某一特性的阐述;最好的事情是了解并编写自己的文件;本手册资源以xdoc的格式保存在Porject‘s Git仓库中,请更新并发送pull请求;你是这篇文档最好的作者,和你一样的人将会阅读你的文档



原创粉丝点击