发布于 2017-08-20 17:21:15 | 212 次阅读 | 评论: 0 | 来源: 网友投递
MyBatis 基于Java的持久层框架
MyBatis 本是apache的一个开源项目iBatis, 2010年这个项目由apache software foundation 迁移到了google code,并且改名为MyBatis 。
MyBatis 3.4.5 已发布,自 3.4.4 以来,没有任何向后不兼容的变化。主要变更如下:
增强:
可自定义默认的枚举类型处理程序 #971
使 Mapper 方法及其接口类型可访问 SqlProvider #1055
允许在 SqlProvider 中使用配置属性 #1061
将 JSR-310(Java 日期和时间 API)的类型处理程序合并到 mybatis 核心中 #974
Bug 修复:
The type handler registered for a common interface of enums was not applied correctly. #976
Lazy loading should not overwrite a property value set by user. #988
Prevent foreach xml tag from polluting the global context. #966
Some parameter names (e.g. 'size') can cause ClassCastException. #1031
Not all result sets are processed when UPDATE or INSERT is performed in between. #1036
With PostgreSQL, ExecutorException is thrown if useGeneratedKeys
is enabled globally. #902
下载地址