inscope subquery

ConditionBeanのページを見れば載っているけれども自分用にメモ。
HogeCB cb = new HogeCB();
HugaCB hugaCB = new HugaCB();
cb.query().setHogeId_InScopeSubQuery_HugaList(hugaCB.query());
List list = bhv.selectList(cb);
final CBSetupper setupper = new CBSetupper() {
public void setup(HugaCB cb) {
xxx;
}
};
bhv.loadHugaList(list, setupper);