UNION_CB - The type of condition-bean for union.@FunctionalInterface public interface UnionQuery<UNION_CB extends ConditionBean>
cb.union(new UnionQuery<FooCB>() {
public void query(FooCB unionCB) {
unionCB.query().setFoo...
}
}
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
query(UNION_CB unionCB)
Set up your query condition for union.
|
void query(UNION_CB unionCB)
unionCB - The condition-bean for union. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.