Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shimingxy committed Aug 16, 2022
1 parent 482f783 commit 30dd35d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# MyBatis JPA Extra
**MyBatis JPA Extra**对MyBatis扩展JPA功能

1.基于JPA 2.1的注释**简化CUID操作**;
1.JPA 2.1注释**简化CUID操作**;

2.用Interceptor实现数据库**SELECT分页查询**;
2.Interceptor实现数据库**SELECT分页查询**;

3.**链式**Query查询条件构造器;

Expand Down Expand Up @@ -41,7 +41,7 @@

generator无,根据数据库自动生成方式

## 1、JavaBean JPA注释
## 1、JPA注释

```java

Expand Down Expand Up @@ -85,7 +85,7 @@ public class Students extends JpaBaseEntity implements Serializable{
}
```

## 2、CURD、Qruey构造器查询和分页查询
## 2、CURD、Qruey构造器和分页查询

```java
//新增数据
Expand Down

0 comments on commit 30dd35d

Please sign in to comment.