New to spring batch here.

I have a basic setup that includes:
1. StoredProcedureItemReader to get a result set which maps to Employees.
2. I process parts of the Employees with my...