MyBatis 3.5.5 发布了。MyBatis 的前身为 iBatis,是一个数据持久层(ORM)框架,它提供的持久层能力包括 SQL Maps 和 Data Access Objects(DAO)。
此版本更新内容包括:
Enhancements:
- 可以在启用 useActualParamName 时使用其实际参数名称引用单个 List 或 Collection 类型的参数
- 可以在 @One 和 @Many 中指定 `resultMap`
- 可以在 `@One` 和 `@Many` 中指定 `columnPrefix`
- A new option `shrinkWhitespacesInSql` to remove extra whitespaces in SQL. #1901
Bug fixes:
- 使用 `@CacheNamespaceRef` 时可能出现 IllegalArgumentException
- 映射器方法调用应该是非阻塞的
更新说明: https://blog.mybatis.org/2020/06/mybatis-355-released.html
转自 https://www.oschina.net/news/116219/mybatis-3-5-5-released