Receiving Results
Hint
This article is generated by AI translation.
dbVisitor typically queries data through object mapping. For special cases, you can control how data is retrieved by implementing specific interfaces.
Guide
- Customize how a ResultSet is read with ResultSetExtractor.
- Convert each row with RowMapper.
- Receive data using List/Map.
- Process each row via callbacks with RowCallbackHandler.