Skip to content

Commit

Permalink
http
Browse files Browse the repository at this point in the history
  • Loading branch information
sim-wangyan committed Mar 13, 2024
1 parent e2a5223 commit 07e81f3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,10 @@

支持二级缓存的BaseRepository的API:
1. in(property, inList)
2. list(Object)
3. find(q)
4. list(q)
5. get(Id)
6. getOne(Object)
2. find(q)
3. list(q)
4. get(Id)
5. getOne(q)
不支持二级缓存的BaseRepository, RepositoryX的API:
1. list()
Expand Down

0 comments on commit 07e81f3

Please sign in to comment.