This commit is contained in:
Redkale
2019-01-11 16:51:21 +08:00
parent 91d4477ed9
commit d9c6c3d2d0

View File

@@ -11,7 +11,8 @@ import java.lang.annotation.*;
/**
* 加密字段标记 <br>
* 注意: 加密字段不能用于 LIKE 等过滤查询
* 注意: 加密字段不能用于 LIKE 等过滤查询 <br>
* 如果有对加密字段进行过滤查询的需求就要保证加密算法也能兼容LIKE"abc"的加密字符串也是"abcde"的加密字符串的一部分
*
* <p>
* 详情见: https://redkale.org