@Named
@Dependent
public class DeleteInsertBatchlet
extends javax.batch.api.AbstractBatchlet
Batchlet実装クラス。
移送先テーブルのデータをクリーニング後に、移送元のデータを一括で移送先のテーブルに転送(登録)する。| Constructor and Description |
|---|
DeleteInsertBatchlet(javax.batch.runtime.context.JobContext jobContext,
javax.batch.runtime.context.StepContext stepContext,
RangeUpdateHelper rangeUpdateHelper,
StepConfig stepConfig,
ProgressManager progressManager)
コンストラクタ。
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
process()
一括登録処理を行う。
|
@Inject
public DeleteInsertBatchlet(javax.batch.runtime.context.JobContext jobContext,
javax.batch.runtime.context.StepContext stepContext,
RangeUpdateHelper rangeUpdateHelper,
StepConfig stepConfig,
ProgressManager progressManager)
jobContext - JobContextstepContext - StepContextrangeUpdateHelper - RangeUpdateHelperstepConfig - ステップ設定progressManager - ProgressManager