LOCAL_ENTITY - The type of base entity.PK - The type of primary key.REFERRER_CB - The type of referrer conditionBean.REFERRER_ENTITY - The type of referrer entity.protected static interface AbstractBehaviorReadable.InternalLoadReferrerCallback<LOCAL_ENTITY extends Entity,PK,REFERRER_CB extends ConditionBean,REFERRER_ENTITY extends Entity>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PK |
getFKVal(REFERRER_ENTITY entity) |
PK |
getPKVal(LOCAL_ENTITY entity) |
String |
getRfPrNm() |
REFERRER_CB |
newMyCB() |
void |
qyFKIn(REFERRER_CB cb,
Collection<PK> pkList) |
void |
qyOdFKAsc(REFERRER_CB cb) |
List<REFERRER_ENTITY> |
selRfLs(REFERRER_CB cb) |
void |
setlcEt(REFERRER_ENTITY referrerEntity,
LOCAL_ENTITY localEntity) |
void |
setRfLs(LOCAL_ENTITY entity,
List<REFERRER_ENTITY> referrerList) |
void |
spFKCol(REFERRER_CB cb) |
PK getPKVal(LOCAL_ENTITY entity)
void setRfLs(LOCAL_ENTITY entity, List<REFERRER_ENTITY> referrerList)
REFERRER_CB newMyCB()
void qyFKIn(REFERRER_CB cb, Collection<PK> pkList)
void qyOdFKAsc(REFERRER_CB cb)
void spFKCol(REFERRER_CB cb)
List<REFERRER_ENTITY> selRfLs(REFERRER_CB cb)
PK getFKVal(REFERRER_ENTITY entity)
void setlcEt(REFERRER_ENTITY referrerEntity, LOCAL_ENTITY localEntity)
String getRfPrNm()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.