什么是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或是注释来进行配置和原始映射,将接口和Java原始类映射到数据库记录当中。




你可能感兴趣的:(java,sql,mybatis)