public class AggregationBean extends Object implements CustomBean
| 构造器和说明 |
|---|
AggregationBean() |
AggregationBean(Aggregation annotation) |
| 限定符和类型 | 方法和说明 |
|---|---|
AggregationBean |
fillData(Aggregation annotation) |
String |
getDomainId() |
Class |
getEntityClass() |
Class |
getRootClass() |
Class |
getSourceClass() |
AggregationType |
getType() |
void |
setDomainId(String domainId) |
void |
setEntityClass(Class entityClass) |
void |
setRootClass(Class rootClass) |
void |
setSourceClass(Class sourceClass) |
void |
setType(AggregationType type) |
String |
toAnnotationStr() |
public AggregationBean()
public AggregationBean(Aggregation annotation)
public String getDomainId()
public void setDomainId(String domainId)
public AggregationType getType()
public void setType(AggregationType type)
public Class getEntityClass()
public void setEntityClass(Class entityClass)
public Class getSourceClass()
public void setSourceClass(Class sourceClass)
public Class getRootClass()
public void setRootClass(Class rootClass)
public AggregationBean fillData(Aggregation annotation)
public String toAnnotationStr()
toAnnotationStr 在接口中 CustomBeanCopyright © 2023 onecode. All rights reserved.