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