| Package | Description |
|---|---|
| org.springframework.data.r2dbc.config |
Configuration classes for Spring Data R2DBC.
|
| Modifier and Type | Method and Description |
|---|---|
R2dbcMappingContext |
AbstractR2dbcConfiguration.r2dbcMappingContext(Optional<org.springframework.data.relational.core.mapping.NamingStrategy> namingStrategy,
R2dbcCustomConversions r2dbcCustomConversions)
Register a
R2dbcMappingContext and apply an optional NamingStrategy. |
| Modifier and Type | Method and Description |
|---|---|
MappingR2dbcConverter |
AbstractR2dbcConfiguration.r2dbcConverter(R2dbcMappingContext mappingContext,
R2dbcCustomConversions r2dbcCustomConversions)
Creates a
R2dbcConverter using the configured
AbstractR2dbcConfiguration.r2dbcMappingContext(Optional, R2dbcCustomConversions) R2dbcMappingContext}. |
| Constructor and Description |
|---|
PersistentEntitiesFactoryBean(R2dbcMappingContext mappingContext)
Creates a new
PersistentEntitiesFactoryBean for the given R2dbcMappingContext. |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.