Reputation: 171
I am using org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.batchUpdate
for batch updates.
It generally stops updating on any failure.
My concern is, is there any way to implement SkipPolicy with above when there is a batchUpdateException? (Similar to Spring Batch skip exception and process remaining rows)?
Upvotes: 1
Views: 442