介绍
dbVisitor 是一个全功能数据库访问 ORM 工具,提供对象映射、丰富的类型处理、动态 SQL、存储过程、 内置分页方言 20+、 支持嵌套事务、多数据源、条件构造器、INSERT 策略、多语句 / 多结果。并兼容 Spring 及 MyBatis 用法。 它不依赖任何其它框架,因此可以很方便的和任意一个框架整合在一起使用。
依赖
<dependency>
<groupId>net.hasor</groupId>
<artifactId>dbvisitor</artifactId>
<version>5.2.1</version>
</dependency>
修复
- 修复 Mapper模式下,未指定 namespace 时,space 为 null,导致Map.containsKey 空指针异常。
- 指定 namespace 时,在执行时 dynamicId 截取错误。
感谢 tomato0228 的贡献。
相关链接
官方网站:https://www.dbvisitor.net/
源码地址:https://gitee.com/zycgit/dbvisitor
Spring Boot 整合手册,https://www.dbvisitor.net/docs/integration/with-springboot
快速上手:https://www.dbvisitor.net/docs/guides/quickstart