-
Feb 17th, 2010, 01:35 AM
#1
StoredProcedure to support batchUpdate api
I cannot find an api in StoredProc class to batch the storedProc call. Can this be not added? for e.g.
int[] updateCounts = mystoredProc.updateBatch(batchValues);
The only way to achieve batching in spring 3.0 is to use JDBSCTemplate. But adding the api to StoredProc enables one to run a StoredProc declared as a spring bean (in a config file), to be run in batch and unbatched mode.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules