See: Description
| Interface | Description |
|---|---|
| CassandraConverter |
Central Cassandra specific converter interface from Object to Row.
|
| CassandraRowValueProvider |
CassandraValueProvider providing values based on a Row. |
| CassandraValueProvider |
| Class | Description |
|---|---|
| AbstractCassandraConverter |
Base class for
CassandraConverter implementations. |
| BasicCassandraRowValueProvider |
CassandraValueProvider to read property values from a Row. |
| CassandraJodaTimeConverters |
Helper class to register JSR-310 specific
Converter implementations to convert between Cassandra types in
case the library is present on the classpath. |
| CassandraJsr310Converters |
Helper class to register JodaTime specific
Converter implementations in case the library is present on the
classpath. |
| CassandraPersistentEntityParameterValueProvider | |
| CassandraThreeTenBackPortConverters |
Helper class to register
Converter implementations for the ThreeTen Backport project in case it's present on
the classpath. |
| CassandraUDTValueProvider |
CassandraValueProvider to read property values from a UDTValue. |
| ColumnReader |
Helpful class to read a column's value from a row, with possible type conversion.
|
| CustomConversions |
Value object to capture custom conversion.
|
| MappingCassandraConverter |
| Enum | Description |
|---|---|
| CassandraJodaTimeConverters.CassandraLocalDateToDateMidnightConverter |
Simple singleton to convert
LocalDates to their DateMidnight
representation. |
| CassandraJodaTimeConverters.CassandraLocalDateToLocalDateConverter |
Simple singleton to convert
LocalDates to their LocalDate representation. |
| CassandraJodaTimeConverters.DateMidnightToCassandraLocalDateConverter |
Simple singleton to convert
DateMidnights to their LocalDate
representation. |
| CassandraJodaTimeConverters.LocalDateToCassandraLocalDateConverter |
Simple singleton to convert
LocalDates to their LocalDate representation. |
| CassandraJsr310Converters.CassandraLocalDateToLocalDateConverter |
Simple singleton to convert
LocalDates to their LocalDate representation. |
| CassandraJsr310Converters.LocalDateToCassandraLocalDateConverter |
Simple singleton to convert
LocalDates to their LocalDate representation. |
| CassandraThreeTenBackPortConverters.CassandraLocalDateToLocalDateConverter |
Simple singleton to convert
LocalDates to their LocalDate representation. |
| CassandraThreeTenBackPortConverters.LocalDateToCassandraLocalDateConverter |
Simple singleton to convert
LocalDates to their LocalDate representation. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.