| Package | Description |
|---|---|
| org.springframework.data.cassandra.core.convert |
Spring Data Cassandra specific converter infrastructure.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CassandraRowValueProvider
CassandraValueProvider providing values based on a Row. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCassandraRowValueProvider
Deprecated.
since 3.0, use directly
RowValueProvider. |
class |
CassandraTupleValueProvider
Deprecated.
since 3.0, use
TupleValueProvider directly. |
class |
CassandraUDTValueProvider
Deprecated.
since 3.0, use
UdtValueProvider directly. |
class |
RowValueProvider
CassandraValueProvider to read property values from a Row. |
class |
TupleValueProvider
CassandraValueProvider to read property values from a TupleValue. |
class |
UdtValueProvider
CassandraValueProvider to read property values from a UdtValue. |
| Modifier and Type | Method and Description |
|---|---|
protected <S> S |
MappingCassandraConverter.doReadEntity(MappingCassandraConverter.ConversionContext context,
CassandraValueProvider valueProvider,
TypeInformation<? extends S> typeHint)
Conversion method to materialize an object from a
Row, TupleValue, or UdtValue. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.