BatchPreparedStatementSetter is used to update more than a single row in one go, they can use BatchPreparedStatementSetter.
This interface provides two methods they are
setValues( PreparedStatement ps, int i) throws SOL exception
int getBatchSize
https://www.tutorialspoint.com/springjdbc/springjdbc_batch_operation.htm