public class BindFieldBinder<BEAN> extends Object implements Binder.IBinder<BEAN,BindFieldDescription,JoinConditionDescription>
| 构造器和说明 |
|---|
BindFieldBinder() |
| 限定符和类型 | 方法和说明 |
|---|---|
<ENTITY> void |
fillData(List<BEAN> beans,
ConditionSign<ENTITY,JoinConditionDescription> conditionSign,
List<BindFieldDescription> fieldAnnotations) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoBindpublic <ENTITY> void fillData(List<BEAN> beans, ConditionSign<ENTITY,JoinConditionDescription> conditionSign, List<BindFieldDescription> fieldAnnotations)
fillData 在接口中 Binder.IBinder<BEAN,BindFieldDescription,JoinConditionDescription>beans - 待填充的beanconditionSign - 被关联的表的查询描述fieldAnnotations - 需要填充数据的表的字段集合Copyright © 2021. All rights reserved.