See: Description
| Interface | Description |
|---|---|
| R2dbcConverter |
Central R2DBC specific converter interface.
|
| Class | Description |
|---|---|
| ColumnMapRowMapper |
Mapping function implementation that creates a Map for each row, representing all columns
as key-value pairs: one entry for each column, with the column name as key. |
| EntityRowMapper<T> |
Maps a
Row to an entity of type T, including entities referenced. |
| MappingR2dbcConverter |
Converter for R2DBC.
|
| R2dbcCustomConversions |
Value object to capture custom conversion.
|
Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.