@FunctionalInterface public interface HpSDRFunctionFactory
| 修飾子とタイプ | メソッドと説明 |
|---|---|
<REFERRER_CB extends ConditionBean,LOCAL_CQ extends ConditionQuery> |
create(ConditionBean baseCB,
LOCAL_CQ localCQ,
HpSDRSetupper<REFERRER_CB,LOCAL_CQ> querySetupper,
DBMetaProvider dbmetaProvider)
Create the function handler for (specify) derived-referrer.
|
<REFERRER_CB extends ConditionBean,LOCAL_CQ extends ConditionQuery> HpSDRFunction<REFERRER_CB,LOCAL_CQ> create(ConditionBean baseCB, LOCAL_CQ localCQ, HpSDRSetupper<REFERRER_CB,LOCAL_CQ> querySetupper, DBMetaProvider dbmetaProvider)
REFERRER_CB - The type of condition-bean for referrer.LOCAL_CQ - The type of condition-query for local table.baseCB - The condition-bean of base table. (NotNull)localCQ - The condition-query of local table. (NotNull)querySetupper - The set-upper of sub-query for (specify) derived-referrer. (NotNull)dbmetaProvider - The provider of DB meta. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.