Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/haskell/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Spring integration intjdbc:storageproc出站网关的使用_Spring Integration - Fatal编程技术网

Spring integration intjdbc:storageproc出站网关的使用

Spring integration intjdbc:storageproc出站网关的使用,spring-integration,Spring Integration,如何使用intjdbc:storageproc出站网关 以IN参数作为对象调用存储的ProcedureTrace 我使用下面的陈述进行同样的解释 <int-jdbc:stored-proc-outbound-gateway id="contract.batch.xyz.jdbc.storedproc.gateway" data-source="dataSource" request-channel="contract.batch.com.classfn.service.activator.

如何使用intjdbc:storageproc出站网关 以IN参数作为对象调用存储的ProcedureTrace

我使用下面的陈述进行同样的解释

<int-jdbc:stored-proc-outbound-gateway id="contract.batch.xyz.jdbc.storedproc.gateway" data-source="dataSource" request-channel="contract.batch.com.classfn.service.activator.out" skip-undeclared-results="true" stored-procedure-name="country_pkg.set_country_name" >
<int-jdbc:parameter name="p_country_tbl" expression="payload" />

但我在这里向p_country_tbl发送对象列表,请建议我。

您的问题不清楚。如果您有一个对象列表,并且希望为每个对象调用存储过程,请在网关之前添加一个