-
Dec 7th, 2011, 09:08 AM
#1
Using JdbcDaoSupport for executing a stored procedure
Hello,
I was trying to creating a DAO class extending SimpleJdbcDaoSupport which has been deprecating since Spring 3.1. So, had to extend the class JdbcDaoSupport instead. Wanted specifically to use SimpleJdbcCall to call a stored procedure which I cannot. I know I can always use JdbcTemplate.update(). Wondering what would be the best practice to call a stored procedure to return query result and do other database transactions where I am extending JdbcDaoSupport for the DAO class?
Thanks
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