10月26日,北京站源创会,聊聊高性能计算与大模型推理
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 v1.9.8 更新细节如下:
- 新增:新增 trino 方言,感谢 @chenjh3
- 新增:新增 OptimisticLockManager,用于处理跳过乐观锁的场景,感谢 @tiankafei
- 新增:添加 solon 事务支持,感谢 @noear_admin
- 新增: 增加未匹配列的自定义处理拓展接口,感谢 @something4ArthurW
- 新增:添加查询列和查询条件相互转换的适配器,感谢 @Suomm
- 新增:无法顺序读取数据源配置时,可以手动指定默认数据源,感谢 @Suomm
- 新增:使用实体类构建 QueryWrapper 时,可以使用实体类中属性标记的 TypeHandler 对值进行处理,感谢 @Suomm
- 新增:代码生成器添加表后缀处理,感谢 @Suomm
- 优化:mybatis-spring 升级同步升级 mybatis 依赖版本为 3.5.16
- 优化:废弃使用多个值的 SQL 连接符,感谢 @Suomm
- 优化:优化 SelectQueryColumn 类,感谢 @Suomm
- 优化:使 QueryColumn 子类可以自定义 SQL 生成,感谢 @Suomm
- 优化:优化 CustomKeyGenerator 类,感谢 @Suomm
- 优化:修正一些拼写错误,感谢 @Suomm
- 优化:如果更新数据时租户字段有值,则不覆盖,感谢 @Suomm
- 优化:FlexDefaultResultSetHandler 细节优化
- 优化:为 ModifyAttrsRecordProxyFactory 添加更加明确的异常信息,感谢 @Suomm
- 修复:使用 DbChain 的 as 出现 query table must not be empty 异常,感谢 @Suomm
- 修复:空数组/集合会查出所有数据的问题,感谢 @Suomm
- 修复:case when 中使用 SelectQueryColumn 字段会变成空的问题,感谢 @Suomm
- 修复:解决 XML 审计无法打印参数以及审计参数顺序问题,感谢 @Suomm
- 修复:使用 mapper.xml 的嵌套查询出现 NPE 的问题,感谢 @Suomm
- 修复:兼容 Lambda 的方式构建 SQL 为表起别名没有应用的问题,感谢 @Suomm
- 修复:代码生成器实体类有父类不添加
@EqualsAndHashCode(callSuper = true)
的问题,感谢 @Suomm - 修复:UPDATE JOIN 表没有别名的错误,感谢 @Suomm
- 修复:修复
@EnumValue
应用在接口方法上失效的问题,感谢 @aliothmoon
代码贡献者,请参考: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 的作者之一。 其无论对 MyBatis 还是 MyBatis-Flex,都有非常深入的理解。
课程地址:
https://www.bilibili.com/video/BV11h411A7cU
还没有评论,来说两句吧...