- Type Parameters:
T - the RowMapper-declared result type
- Enclosing interface:
JdbcClient
-
Method Summary
Retrieve the result as a pre-resolved list of mapped objects,
retaining the order from the original database result.
Retrieve a single result, if available, as an
Optional handle.
Retrieve the result as an order-preserving set of mapped objects.
Retrieve a single result as a required object instance.
Retrieve the result as a lazily resolved stream of mapped objects,
retaining the order from the original database result.