A ORM framework
Smilar with Data Jpa, More Flexible, Base on Mybatis, Code Generator
English | 中文
click Link
Implemented functions similar to Spring Data Jpa, such as method definition query, association query, etc.
Although the JPA specification is implemented, it is actually more flexible and more suitable for business development
Of course, I didn't implement an ORM framework from zero, just enhanced on Mybatis, so you can use the syntax of Mybatis completely
Provides a code generator for faster development
<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.