Mybatis-Flex 是一个优雅的 Mybatis 增强框架,它非常轻量、同时拥有极高的性能与灵活性。我们可以轻松的使用 Mybaits-Flex 链接任何数据库,其内置的 QueryWrapper 帮助我们极大的减少了 SQL 编写的工作的同时,减少出错的可能性。
总而言之,Mybatis-Flex 能够极大地提高我们的开发效率和开发体验,让我们有更多的时间专注于自己的事情。
Mybatis-Flex v1.1.5 主要更新如下:
- 新增:增加对 @table 自动生成 Mapper 的控制属性 mapperGenerateEnable。感谢 @草语
- 新增:QueryCondition 自动忽略 null 值的功能 #I6WCS9:QueryWrapper遇到null参数,参数表中没有纳入此参数
- 新增:增加 APT Mapper 自动生成时,可通过 mybatis-flex.properties 自定义父类的支持。感谢 @草语
- 新增:代码生成添加自定义 BaseMapper 的支持
- 优化:重构移除 RowSessionManager
- 优化:重命名 DbAutoConfiguration 为 FlexTransactionAutoConfiguration
- 优化:优化 FlexEnumTypeHandler 未找到 getter 方法时的错误提示
- 优化:优化自定义逻辑删除内容可能存在错误的一些问题
- 修复:在某些场景下,动态条件时,生成的 SQL 错误 #I6W89G:使用where动态条件时,生成的SQL错误
- 修复:在某些情况下,枚举属性出现异常的问题 #I6WGSA:枚举属性 某些情况下出现异常
- 文档:优化事务相关的文档
- 文档:添加枚举属性的相关文档
- 文档:修改 SQL 打印的文档错误
- 文档:APT 添加关于关闭 mapper 生成的文档
- 文档:queryWrapper 添加特别注意事项的内容
和其他框架对比请参考:
- 1、和
MyBatis-Plus
、Fluent-Mybatis
功能方面的对比:https://mybatis-flex.com/zh/comparison.html - 2、和
MyBatis-Plus
性能方面的对比:https://mybatis-flex.com/zh/benchmark.html
进一步了解 MyBatis-Flex 框架,请参考一下链接:
- 1、快速开始:https://mybatis-flex.com/zh/getting-started.html
- 2、强大的 QueryWrapper:https://mybatis-flex.com/zh/querywrapper.html
- 3、逻辑删除:https://mybatis-flex.com/zh/logic_delete.html
- 4、乐观锁:https://mybatis-flex.com/zh/version.html
- 5、数据填充:https://mybatis-flex.com/zh/fill.html
- 6、数据脱敏:https://mybatis-flex.com/zh/mask.html
- 7、SQL 审计:https://mybatis-flex.com/zh/audit.html
- 8、SQL 打印:https://mybatis-flex.com/zh/sql-print.html
- 9、多数据源:https://mybatis-flex.com/zh/multi-datasource.html
- 10、事务管理:https://mybatis-flex.com/zh/tx.html
- 11、字段权限:https://mybatis-flex.com/zh/columns-permission.html
- 12、字段加密:https://mybatis-flex.com/zh/columns-encrypt.html
- 13、字典回显:https://mybatis-flex.com/zh/columns-dict.html
- 14、枚举属性:https://mybatis-flex.com/zh/enum-property.html
- 15、多租户:https://mybatis-flex.com/zh/multi-tenancy.html
- 16、更好用的功能正在路上:https://mybatis-flex.com