6.7.3. Loop Control Handler

This handler, repeatedly executing the processing of the subsequent handlers while the data to be processed is present in the data reader.

Important

Batch applications that require DB connection require transaction management, so use Transaction Loop Control Handler instead of this handler.

The process flow is as follows.

../../../../_images/flow.png

6.7.3.2. Module list

<dependency>
  <groupId>com.nablarch.framework</groupId>
  <artifactId>nablarch-fw-standalone</artifactId>
</dependency>