| AbstractCassandraConverter
|
| CassandraConverter
Central Cassandra specific converter interface from Object to Row.
|
| CassandraCustomConversions
Value object to capture custom conversion.
|
| CassandraJodaTimeConverters.CassandraLocalDateToLocalDateConverter
Simple singleton to convert LocalDates to their LocalDate representation.
|
| CassandraJodaTimeConverters.LocalDateToCassandraLocalDateConverter
Simple singleton to convert LocalDates to their LocalDate representation.
|
CassandraJodaTimeConverters.LocalTimeToMillisOfDayConverter
Simple singleton to convert LocalTimes to their Long representation.
|
CassandraJodaTimeConverters.MillisOfDayToLocalTimeConverter
Simple singleton to convert Longs to their LocalTime representation.
|
CassandraJsr310Converters.CassandraLocalDateToLocalDateConverter
Simple singleton to convert LocalDates to their LocalDate representation.
|
CassandraJsr310Converters.LocalDateToCassandraLocalDateConverter
Simple singleton to convert LocalDates to their LocalDate representation.
|
CassandraJsr310Converters.LocalTimeToMillisOfDayConverter
Simple singleton to convert LocalTimes to their Long representation.
|
CassandraJsr310Converters.MillisOfDayToLocalTimeConverter
Simple singleton to convert Longs to their LocalTime representation.
|
| CassandraRowValueProvider
|
| CassandraThreeTenBackPortConverters.CassandraLocalDateToLocalDateConverter
Simple singleton to convert LocalDates to their LocalDate representation.
|
| CassandraThreeTenBackPortConverters.LocalDateToCassandraLocalDateConverter
Simple singleton to convert LocalDates to their LocalDate representation.
|
CassandraThreeTenBackPortConverters.LocalTimeToMillisOfDayConverter
Simple singleton to convert LocalTimes to their Long representation.
|
CassandraThreeTenBackPortConverters.MillisOfDayToLocalTimeConverter
Simple singleton to convert Longs to their LocalTime representation.
|
| CassandraValueProvider
|
QueryMapper
Map Query to CQL-specific data types.
|
| QueryMapper.Field
Value object to represent a field and its meta-information.
|
| QueryMapper.MetadataBackedField
|