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. |
| CassandraCustomConversions |
Value object to capture custom conversion.
|
| 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. |
| 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 | Deprecated
since 2.0, use
CassandraCustomConversions. |
| MappingCassandraConverter | |
| QueryMapper |
Map
Query to CQL-specific data types. |
| QueryMapper.Field |
Value object to represent a field and its meta-information.
|
| QueryMapper.MetadataBackedField |
Extension of
QueryMapper.Field to be backed with mapping metadata. |
| UpdateMapper |
Map
Update to CQL-specific data types. |
| Enum | Description |
|---|---|
| CassandraJodaTimeConverters.CassandraLocalDateToLocalDateConverter |
Simple singleton to convert
LocalDates 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–2018 Pivotal Software, Inc.. All rights reserved.