一个ORM框架
与Data Jpa 类似, 更灵活, 基于Mybatis, 代码生成
English | 中文
点击 链接
实现了类似Spring Data Jpa的功能,如方法定义查询、关联查询等。
虽然实现了JPA规范,但实际上更灵活,更适合业务开发
当然,我并没有从零实现一个ORM框架,只是在Mybatis上进行了增强,所以你可以完全使用Mybatis的语法
提供代码生成器以加快开发速度
<dependency>
<groupId>com.alilitech</groupId>
<artifactId>mybatis-jpa</artifactId>
<version>2.1.5</version>
</dependency>
Mybatis-Jpa is under the Apache 2.0 license. See the Apache License 2.0 file for details.