See: Description
| Interface | Description |
|---|---|
| CassandraColumnType |
Descriptor for a Cassandra column type exposing a
DataType. |
| CassandraConverter |
Central Cassandra specific converter interface from Object to Row.
|
| CassandraRowValueProvider |
CassandraValueProvider providing values based on a Row. |
| CassandraValueProvider | |
| ColumnType |
Interface to access column type information.
|
| ColumnTypeResolver |
| Class | Description |
|---|---|
| AbstractCassandraConverter |
Base class for
CassandraConverter implementations. |
| BasicCassandraRowValueProvider | Deprecated
since 3.0, use directly
RowValueProvider. |
| CassandraCustomConversions |
Value object to capture custom conversion.
|
| CassandraJodaTimeConverters | Deprecated
since 3.0, use JSR-310 types as replacement for Joda-Time.
|
| CassandraJsr310Converters |
Helper class to register JodaTime specific
Converter implementations in case the library is present on the
classpath. |
| CassandraThreeTenBackPortConverters | Deprecated
since 3.0, use JSR-310 types as replacement for ThreeTen Backport.
|
| CassandraTupleValueProvider | Deprecated
since 3.0, use
TupleValueProvider directly. |
| CassandraUDTValueProvider | Deprecated
since 3.0, use
UdtValueProvider directly. |
| 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. |
| RowValueProvider |
CassandraValueProvider to read property values from a Row. |
| SchemaFactory |
Factory for Cassandra Schema objects such as user-defined types, tables and indexes.
|
| TupleValueProvider |
CassandraValueProvider to read property values from a TupleValue. |
| UdtValueProvider |
CassandraValueProvider to read property values from a UdtValue. |
| UpdateMapper |
Map
Update to CQL-specific data types. |
| Where |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.