2023 大语言模型技术报告.pdf
宙飒天下网 MyBatis-Flex: 一个优雅的 MyBatis 增强框架
特征
1、很轻量
MyBatis-Flex 整个框架只依赖 MyBatis,再无其他任何第三方依赖。
2、只增强
MyBatis-Flex 支持 CRUD、分页查询、多表查询、批量操作,但不丢失 MyBatis 原有的任何功能。
3、高性能
MyBatis-Flex 采用独特的技术架构、相比许多同类框架,MyBatis-Flex 的在增删改查等方面的性能均超越其 5~10 倍或以上。
4、更灵动
MyBatis-Flex 支持多主键、多表查询、逻辑删除、乐观锁、数据脱敏、数据加密、多数据源、分库分表、字段权限、 字段加密、多租户、事务管理、SQL 审计... 等等等等。 这一切,免费且灵动。
不知不觉,MyBatis-Flex 发布快 1 年的时间了。在这 1 年中,MyBatis-Flex 一共发布了 180 个版本,130 位小伙伴参与贡献,一共获得了超过 3000 次 commit,感谢大家的付出,才能让 MyBatis-FLex 茁壮成长。
MyBatis-Flex v1.7.9~1.8.0 更新细节如下:
- 新增:ActiveRecord 模式新增 withRelations(columns) 的查询方法,感谢 @唐振超
- 新增:在不配置 genPath 时对增量编译的支持,感谢 @CloudPlayer
- 新增:通过 FlexConfiguration 预注册的自定义 typeHandler 的功能,感谢 @tanglh
- 优化:重构代码生成器生成 BaseEntity 的代码
- 优化:entityOrBase.tpl 中命令占位符被替换后,entity 里面多了一行空白行,感谢 @Accado
- 修复:在复杂的 VO 嵌套查询时,addResultMap 抛出异常的问题,感谢 @leizhiyou
- 修复:实体类实现多层级的接口时监听器无法匹配问题,感谢 @ruansheng
- 修复:使用 Mappers 执行语法时, 异常未被精确抛出问题,感谢 @ruansheng
- 修复:@EnumValue 在 get 方法上,查询报错的问题,感谢 @王帅
- 修复:QueryConditionBuilder 的 ge 方法修改为 eq 的问题,感谢 @witt
- 修复:Db.insertBatchWithFirstRowColumns 当 row key 的顺序没保持一致时,出错的问题
- 修复:Db.insertBatchWithFirstRowColumns 不能自动填充主键字段的问题
- 修复:paginateWithRelationsAs 不及时清空 threadLocal 的 relation 配置的问题 #I90S5G:[Bug]: paginateWithRelationsAs使用关联查询时,在查询总数为0的情况下直接返回了,未清空RelationManage里的数据,当Tomcat使用线程池时复用连接时会复用上一个线程的threadLocal值
- 修复:在某些极端情况下 AbstractRelation 出现 NPE 的问题 #I90XTY:[Bug]: @RelationOneToMany启动时查询调用出现NullPointerException
- 修复:在和 Apache CXF 整合时,出错的问题 #I90XE5:[Bug]: 与apache的cxf同时整合到项目,产生错误
- 文档:优化 faq 的相关文档,感谢 @王帅
代码贡献者,请参考:https://mybatis-flex.com/zh/intro/what-is-mybatisflex.html#%E8%B4%A1%E7%8C%AE%E8%80%85
进一步了解 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/relations-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/datasource-encryption.html
- 10、动态表名:https://mybatis-flex.com/zh/core/dynamic-table.html
- 11、事务管理:https://mybatis-flex.com/zh/core/tx.html
- 12、数据权限:https://mybatis-flex.com/zh/core/data-permission.html
- 13、字段权限:https://mybatis-flex.com/zh/core/columns-permission.html
- 14、字段加密:https://mybatis-flex.com/zh/core/columns-encrypt.html
- 15、字典回写:https://mybatis-flex.com/zh/core/columns-dict.html
- 16、枚举属性:https://mybatis-flex.com/zh/core/enum-property.html
- 17、多租户:https://mybatis-flex.com/zh/core/multi-tenancy.html
- 18、代码生成器:https://mybatis-flex.com/zh/others/codegen.html
- 19、QQ 交流群:https://mybatis-flex.com/zh/intro/qq-group.html
- 20、更好用的功能正在路上:https://mybatis-flex.com
bilibili 视频教程(免费):
课程 :《MyBatis-Flex 视频教程》
课程简介:该课程由 王帅 老师录制主讲, 王帅 老师也是除了作者以外,对 MyBatis-Flex 代码贡献最大的 committer。 其无论对 MyBatis 还是 MyBatis-Flex,都有非常深入的理解。
课程地址:
https://www.bilibili.com/video/BV11h411A7cU
还没有评论,来说两句吧...