内容简介:MyBatis 3.4.5 已发布,自 3.4.4 以来,没有任何向后不兼容的变化。主要变更如下: 增强: 可自定义默认的枚举类型处理程序 #971 使 Mapper 方法及其接口类型可访问 SqlProvider #1055 允许在 SqlProvider 中使...
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
下载地址
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《MyBatis 3.4.5 发布,Java 数据持久层框架》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
500 Lines or Less
Amy Brown、Michael DiBernardo / 2016-6-28 / USD 35.00
This book provides you with the chance to study how 26 experienced programmers think when they are building something new. The programs you will read about in this book were all written from scratch t......一起来看看 《500 Lines or Less》 这本书的介绍吧!