@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @Inherited public @interface JpaSearch
| 限定符和类型 | 必需的元素和说明 |
|---|---|
SearchKeyword |
searchKeyword
查询关键字
|
String |
value
字段名
|
public abstract String value
public abstract SearchKeyword searchKeyword
Copyright © 2022. All rights reserved.