Package | Description |
---|---|
org.springframework.data.r2dbc.convert |
R2DBC-specific conversion and converter implementations.
|
org.springframework.data.r2dbc.dialect |
Dialects abstract the SQL dialect of the underlying database.
|
Modifier and Type | Method and Description |
---|---|
Object |
R2dbcConverter.getArrayValue(ArrayColumns arrayColumns,
org.springframework.data.relational.core.mapping.RelationalPersistentProperty property,
Object value)
Convert a
value into an array representation according to ArrayColumns . |
Object |
MappingR2dbcConverter.getArrayValue(ArrayColumns arrayColumns,
org.springframework.data.relational.core.mapping.RelationalPersistentProperty property,
Object value) |
Modifier and Type | Class and Description |
---|---|
static class |
ArrayColumns.Unsupported
Default
ArrayColumns implementation for dialects that do not support array-typed columns. |
Modifier and Type | Method and Description |
---|---|
default ArrayColumns |
Dialect.getArraySupport()
Returns the array support object that describes how array-typed columns are supported by this dialect.
|
ArrayColumns |
PostgresDialect.getArraySupport() |
ArrayColumns |
MySqlDialect.getArraySupport() |
Copyright © 2018–2019 Pivotal Software, Inc.. All rights reserved.