| Package | Description |
|---|---|
| org.springframework.data.r2dbc.convert |
R2DBC-specific conversion and converter implementations.
|
| org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
| org.springframework.data.r2dbc.mapping |
Domain objects for R2DBC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MappingR2dbcConverter.write(Object source,
OutboundRow sink) |
| Modifier and Type | Method and Description |
|---|---|
OutboundRow |
DefaultReactiveDataAccessStrategy.getOutboundRow(Object object) |
OutboundRow |
ReactiveDataAccessStrategy.getOutboundRow(Object object)
Returns a
OutboundRow that maps column names to a SettableValue value. |
| Modifier and Type | Method and Description |
|---|---|
OutboundRow |
OutboundRow.append(org.springframework.data.relational.core.sql.SqlIdentifier key,
SettableValue value)
Put the given key/value pair into this
OutboundRow and return this. |
OutboundRow |
OutboundRow.append(String key,
SettableValue value)
Put the given key/value pair into this
OutboundRow and return this. |
Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.