@Retention(value=RUNTIME) @Target(value={METHOD,TYPE,ANNOTATION_TYPE}) @Documented @Inherited public @interface EntityUpdate
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
alias |
boolean |
byId |
ColumnPredicate |
columnPredicate |
String |
entityKey |
ColumnPredicate |
whereColumnPredicate |
String |
whereKey |
public abstract Class<?> table
public abstract String alias
public abstract String entityKey
public abstract String whereKey
public abstract ColumnPredicate columnPredicate
public abstract ColumnPredicate whereColumnPredicate
Copyright © 2024 fossc. All rights reserved.