Mybatis-Flex 是一个优雅的 Mybatis 增强框架,它非常轻量、同时拥有极高的性能与灵活性。我们可以轻松的使用 Mybaits-Flex 链接任何数据库,其内置的 QueryWrapper 帮助我们极大的减少了 SQL 编写的工作的同时,减少出错的可能性。
总而言之,Mybatis-Flex 能够极大地提高我们的开发效率和开发体验,让我们有更多的时间专注于自己的事情。
MyBatis-Flex v1.4.1 更新如下:
- 新增:分页查询 Page 对象添加否优化 count 查询的选项,感谢 @王帅
- 新增:添加 LogicDeleteProcessor.java 用于构建自定义的逻辑删除功能
- 优化:完善后添加类的相关注释、版权信息等内容,感谢 @王帅
- 优化:QueryColumn 添加构造方法 QueryColumn(String tableName, String name)
- 修复:Oracle 下的 as 关键字错误的问题
- 修复:多表联查时,逻辑删除字段和租户字段,只过滤主表,未过滤子表的问题 #I7EV67:多表联查时,逻辑删除字段和租户字段,只过滤主表,未过滤子表
- 修复:低版本 spring-cloud 使用 bootstrap.yml 拉取不到 nacos 中多数据源配置的问题,感谢 @王帅
- 修复:使用 druid-spring-boot-starter 时 mybatis-flex 多数据源不生效,感谢 @王帅
- 文档:更新 APT 文档,添加实体类不在同一个包说明,感谢 @王帅
- 文档:添加找不到依赖 faq 说明,感谢 @王帅
- 文档:逻辑删除添加关于 LogicDeleteProcessor 的相关文档
进一步了解 MyBatis-Flex 框架,请参考一下链接:
- 1、快速开始:https://mybatis-flex.com/zh/intro/getting-started.html
- 2、多表关联查询:https://mybatis-flex.com/zh/base/query.html
- 3、一对多、多对一:https://mybatis-flex.com/zh/base/field-query.html
- 4、灵活的 QueryWrapper:https://mybatis-flex.com/zh/base/querywrapper.html
- 5、逻辑删除:https://mybatis-flex.com/zh/core/logic-delete.html
- 6、乐观锁:https://mybatis-flex.com/zh/core/version.html
- 7、数据填充:https://mybatis-flex.com/zh/core/fill.html
- 6、数据脱敏:https://mybatis-flex.com/zh/core/mask.html
- 7、SQL 审计:https://mybatis-flex.com/zh/core/audit.html
- 8、多数据源:https://mybatis-flex.com/zh/core/multi-datasource.htm
- 9、事务管理:https://mybatis-flex.com/zh/core/tx.html
- 10、数据权限:https://mybatis-flex.com/zh/core/data-permission.html
- 11、字段权限:https://mybatis-flex.com/zh/core/columns-permission.html
- 12、字段加密:https://mybatis-flex.com/zh/core/columns-encrypt.html
- 13、字典回写:https://mybatis-flex.com/zh/core/columns-dict.html
- 14、枚举属性:https://mybatis-flex.com/zh/core/enum-property.html
- 15、动态表名:https://mybatis-flex.com/zh/core/dynamic-table.html
- 16、多租户:https://mybatis-flex.com/zh/core/multi-tenancy.html
- 17、代码生成器:https://mybatis-flex.com/zh/others/codegen.html
- 18、更好用的功能正在路上:https://mybatis-flex.com
和其他框架对比请参考:
- 1、和
MyBatis-Plus
、Fluent-Mybatis
【功能】方面的对比:https://mybatis-flex.com/zh/intro/comparison.html - 2、和
MyBatis-Plus
【性能】方面的对比:https://mybatis-flex.com/zh/intro/benchmark.html
BTW:MyBatis-Flex.com 官网正在寻求广告位赞助,有兴趣的同学可以通过这里了解:https://mybatis-flex.com/zh/becoming-a-sponsor.html
还没有评论,来说两句吧...