CB - The type of condition-bean.public class HpSLCDecorator<CB extends ConditionBean> extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected HpSLCCustomized<CB> |
_option |
| コンストラクタと説明 |
|---|
HpSLCDecorator(HpSLCCustomized<CB> option) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
assertSpecifyQuery(SpecifyQuery<?> specifyQuery) |
void |
partitionBy(SpecifyQuery<CB> colCBLambda)
Partition the scope of condition by the specified query.
|
protected final HpSLCCustomized<CB extends ConditionBean> _option
public HpSLCDecorator(HpSLCCustomized<CB> option)
public void partitionBy(SpecifyQuery<CB> colCBLambda)
cb.query().scalar_Equal().max(purchaseCB -> { purchaseCB.specify().columnPurchasePrice(); purchaseCB.query().setPaymentCompleteFlg_Equal_True(); }).partitionBy(colCB -> { colCB.specify().columnMemberId(); // *Point! });
colCBLambda - The callback for query to specify the partition column. (NotNull)protected void assertSpecifyQuery(SpecifyQuery<?> specifyQuery)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.