MyBatis 3.4.6 发布了。主要更新内容如下:
提升
- 将自定义ResultHandler应用于CURSOR类型OUT参数。 #493
- 在包含的SQL片段的属性值中替换变量。 #1069
- BatchExecutor现在在执行后立即关闭每个语句。 #1110
- 现在可以使用静态方法作为SQL提供程序。 #1131
- SQL 提供者方法现在可以返回CharSequence而不是String。#1134
- 解析 映射器失败时,将资源路径添加到异常消息。 #1172
Bug 修复:
- Registering type handler against HashMap causes ClassCastException. #1089
- Unable to register TypeHandler once TypeHandlerRegistry.hasTypeHandler is called. #1177
- Serializing and deserializing cached s causes NullPointerException. #1084
- Invalid error message 'Two methods with same method signature but not providing classes assignable?' in System.err. #929
下载地址:
继续阅读与本文标签相同的文章
上一篇 :
对pandas的行列名更改与数据选择详解
-
FFMPEG常用命令收录(持续更新)
2026-05-19栏目: 教程
-
OpenSSL 1.1.1的裁剪
2026-05-19栏目: 教程
-
Springboot+mockito进行单元测试心得整体
2026-05-19栏目: 教程
-
如何用“云”读懂女生的心?TA 做到了
2026-05-19栏目: 教程
-
基于ASP.Net Core开发的一套通用后台框架
2026-05-19栏目: 教程
