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 发布主页 下载地址 mybatis-3.4.5.zip Source code (zip) Source code (tar.gz) MyBatis 3.4.5 发布,Java 数据持久层框架下载地址