MyBatis 3.5.4 发布了。MyBatis 的前身为 iBatis,是一个数据持久层(ORM)框架,它提供的持久层能力包括 SQL Maps 和 Data Access Objects(DAO)。
此版本更新内容包括:
Enhancements:
- 现在可以省略不必要的 `@Results` 与 `@ConstructorArgs` 注解
Bugs:
- 设置自动生成的键时,避免调用 hashCode() 方法。
- 使用嵌套选择时可能出现 ResultMapException。
- TypeParameterResolver 中可能错误的 TypeVariable 解析。
- TypeHandlerRegistry 中的竞争条件。
更新说明:
https://blog.mybatis.org/2020/02/mybatis-354-released.html
转自 https://www.oschina.net/news/113137/mybatis-3-5-4-released