Skip to content

Commit beac483

Browse files
author
Weasley
committed
- make a solution for using encrypted fields as query criteria
1 parent 6361745 commit beac483

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,3 +412,12 @@ Finally, you can get some results like this:
412412
]
413413
}
414414
```
415+
416+
417+
418+
# F & Q
419+
420+
## 1 How can I use some encrypted fields as query criteria?
421+
422+
- You can use this `API` `io.github.weasleyj.mybatis.encrypt.core.EncryptStrategy#covert` to convert your plain bean as cipher bean (Only converts the field annotated by annotation `io.github.weasleyj.mybatis.encrypt.annotation.Encryption`), Here is an Example
423+

0 commit comments

Comments
 (0)