I have been unable to use the Spring Batch Framework because my company does not allow any direct SQL calls, period - no exceptions. All data access must be thru Stored Procs.
Since the Spring Batch api does inserts to it's database, I will get permission issues if I try to use it.

Has anyone had experience or seen any articles on modifying the API to use Stored Procedures instead of direct calls to the Spring Batch tables?