@Named
 @Dependent
public class MergeBatchlet
extends javax.batch.api.AbstractBatchlet
Batchlet実装クラス。| Constructor and Description | 
|---|
MergeBatchlet(javax.batch.runtime.context.JobContext jobContext,
             javax.batch.runtime.context.StepContext stepContext,
             StepConfig stepConfig,
             RangeUpdateHelper rangeUpdateHelper,
             ProgressManager progressManager)
コンストラクト。 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
process()
一括でのMERGE処理を行う。 
 | 
@Inject
public MergeBatchlet(javax.batch.runtime.context.JobContext jobContext,
                             javax.batch.runtime.context.StepContext stepContext,
                             StepConfig stepConfig,
                             RangeUpdateHelper rangeUpdateHelper,
                             ProgressManager progressManager)
jobContext - JobContextstepContext - StepContextstepConfig - ステップの設定rangeUpdateHelper - 範囲更新のヘルパーprogressManager - 進捗状況を管理するBean