java - Spring-Integration using Jdbc-Templates, for operations such as batch-Updates? -
this question regarding "spring integration" using jdbctemplates , not usual spring jdbctemplates (for several examples available on web).
i have been following documentations , examples spring-integration jdbc outbound gateway. these fine basic sql queries. documentation says spring-integration can work either datasource (examples provided) or jdbctemplate (examples not provided).
basically, wanted know, if want implement batchupdate (which available in jdbctemplate), how should specify? lets say, if have following spring-context file?
spring integration not support batch jdbc updates. but, can use jdbctemplate
within code (a pojo) , invoke using <service-activator/>
.
Comments
Post a Comment