See: Description
| Interface | Description |
|---|---|
| R2dbcConverter |
Central R2DBC specific converter interface.
|
| Class | Description |
|---|---|
| ColumnMapRowMapper | Deprecated
since 1.2, use Spring R2DBC's
ColumnMapRowMapper directly. |
| EntityRowMapper<T> |
Maps a
Row to an entity of type T, including entities referenced. |
| EnumWriteSupport<E extends Enum<E>> |
Support class to natively write
Enum values to the database. |
| MappingR2dbcConverter |
Converter for R2DBC.
|
| R2dbcCustomConversions |
Value object to capture custom conversion.
|
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.