@Inherited @Retention(value=RUNTIME) @Target(value={METHOD,FIELD,TYPE}) public @interface Aggregation
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
domainId |
String |
repositoryId |
Class |
rootClass |
Class |
sourceClass |
AggregationType |
type |
public abstract String domainId
public abstract String repositoryId
public abstract AggregationType type
public abstract Class sourceClass
public abstract Class rootClass
Copyright © 2023 onecode. All rights reserved.