Tag Archive for "stored procedure" tag

Processing Stored Procedure result sets in Spring

March 8th, 2008 by stevi | 6 comments

Recently, I was using Spring’s JDBCTemplate for my Data Access Layer (DAL). I had a stored procedure that returned a result set, and had to spend quite a bit of search time finding an example of how to process it.
I managed to work it out using both the method of overriding Spring’s StoredProcedure and using [...]