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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -