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 春节前的最后一个版本,不知不觉,MyBatis-Flex 已经发布了 178 个版本,130 位小伙伴参与贡献,感谢大家的付出,才能让 MyBatis-FLex 茁壮成长。
MyBatis-Flex v.1.7.8 更新细节如下:
- 新增:在 DialectFactory 中添加全局方言设置的功能,感谢 @farukonfly
- 新增:SQL 审计的打印功能添加对当前数据源的输出,感谢 @huang__2
- 新增:枚举映射注解 @EnumValue 添加在方法上进行支持的功能,感谢 @huangxy
- 新增:AbstractInsertListener 添加自动探测子类类型的支持,感谢 @Robot.L
- 新增:代码生成器为的实体类增加 serialVersionUID 字段生成的支持,感谢 @hanjinfeng39
- 新增:代码生成器添加对 model、service、Controller 等自定义生成目录配置的支持
- 新增:代码生成器添加生成 Entity Base 类的支持 #I7JH7K:feat: 代码生成器增强:为 Entity 添加 BaseEntity
- 新增:SqlOperators 增加支持 QueryColumn 参数的重载,感谢 @robor.luo
- 优化:完善对 mybatis-flex-spring-boot3-starter 的 Maven 版本管理
- 优化:修正 Spring 下 BeanPostProcessorChecker 的警告问题,感谢 @王帅
- 优化:进一步优化关联查询时的重名映射问题,感谢 @王帅
- 优化:移除驼峰命名转化对 Row 类的影响
- 优化:优化 FieldWrapper 的异常信息输出
- 优化:优化 Page.java 防止传入为 0 的 pageSize 值
- 修复:修改 exist 在子select中出错的问题,感谢 @Font_C
- 修复:修复 ColumnInfo 在某些情况下可能出现 NPE 的问题
- 修复:SQL审计正确返回变更行数结果不正确的问题,感谢 @RishChen
- 修复:关联查询时,当实体自身字段数据为 null 时,出现 NPE 的问题,感谢 @唐振超
- 修复:RelationManager.clearMaxDepth() 不能正常工作的问题,感谢 @唐振超
- 文档:更新关于使用 springboot3 的相关文档
- 文档:增加在方法上使用注解 EnumValue 文档,感谢 @huangxy
- 文档:代码生成器添加 setJdkVersion 的文档说明,感谢 @hanjinfeng39
- 文档:进一步完善对 QueryWrapper 的相关描述,感谢 @robor.luo
- 文档:添加 spring-data 整合警告解决方法的相关文档,感谢 @王帅
- 文档:更新常见问题,感谢 @王帅
代码贡献者,请参考: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
还没有评论,来说两句吧...