You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -412,3 +412,12 @@ Finally, you can get some results like this:
412
412
]
413
413
}
414
414
```
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
0 commit comments