All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nablarch.batch.loop-transaction.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>

<!-- ループ・トランザクション機能の設定 -->
<component-configuration
    xmlns="http://tis.co.jp/nablarch/component-configuration"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://tis.co.jp/nablarch/component-configuration https://nablarch.github.io/schema/component-configuration.xsd">

  <!-- ループ・トランザクションハンドラ -->
  <component name="loopHandler" class="nablarch.fw.handler.LoopHandler">
    <property name="commitInterval" value="${nablarch.loopHandler.commitInterval}" />
    <property name="transactionFactory" ref="transactionFactory" />
  </component>
</component-configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy