Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port BeanPropertyRowMapper and DataClassRowMapper for r2dbc
This commit ports and adapts spring-jdbc's `BeanPropertyRowMapper` and `DataClassRowMapper` to spring-r2dbc, allowing to `map` rows or outParameters to object instances, data classes or records. See gh-26021 Closes gh-30530
- Loading branch information