RowCallbackHandler « Database « Spring Q&A





1. spring jdbc RowCallbackHandler nightmare    stackoverflow.com

I'm having trouble retrieving data from my database using Spring Jdbc. Here's my issue: I have a getData() method on my DAO which is supposed to return ONE row from the result ...