mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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