So far, I have used "SimpleJdbcTemplate" and used the "RowCallbackHadler" to handle the entire query result. For now, I would like to get an object similar to an iterator, which I could query for the next row of the table. Is the following behavior possible in Spring / jdbc (preferably slapping)?
source share