REFERRER_CB - The type of referrer condition-bean.LOCAL_CQ - The type of local condition-query.@FunctionalInterface public interface HpSDRSetupper<REFERRER_CB extends ConditionBean,LOCAL_CQ extends ConditionQuery>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
setup(String function,
SubQuery<REFERRER_CB> subQuery,
LOCAL_CQ cq,
String aliasName,
DerivedReferrerOption option)
Set up the clause for (Query)DerivedReferrer.
|
void setup(String function, SubQuery<REFERRER_CB> subQuery, LOCAL_CQ cq, String aliasName, DerivedReferrerOption option)
function - The expression of function to derive referrer value. (NotNull)subQuery - The sub-query to derive. (NotNull)cq - The condition-query of local table. (NotNull)aliasName - The alias name to set the derived value to entity. (NotNull)option - The option of DerivedReferrer. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.