Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.17 KB

Mybatis-Jpa

A ORM framework

Smilar with Data Jpa, More Flexible, Base on Mybatis, Code Generator

English | 中文

Document

click Link

Features

Smilar with Data Jpa

Implemented functions similar to Spring Data Jpa, such as method definition query, association query, etc.

More Flexible

Although the JPA specification is implemented, it is actually more flexible and more suitable for business development

Base on Mybatis

Of course, I didn't implement an ORM framework from zero, just enhanced on Mybatis, so you can use the syntax of Mybatis completely

Code Generator

Provides a code generator for faster development

How to use with Maven

<dependency>
    <groupId>com.alilitech</groupId>
    <artifactId>mybatis-jpa</artifactId>
    <version>2.1.5</version>
</dependency>

License

Mybatis-Jpa is under the Apache 2.0 license. See the Apache License 2.0 file for details.