| Interface | Description |
|---|---|
| ColumnMapper | |
| EntityManager<T,K> |
| Class | Description |
|---|---|
| AbstractColumnMapper | |
| CompositeColumnEntityMapper |
Mapper from a CompositeType to an embedded entity.
|
| CompositeEntityManager<T,K> |
Entity manager for a composite column family.
|
| CompositeEntityManager.Builder<T,K> | |
| CompositeEntityMapper<T,K> |
The composite entity mapper maps a Pojo to a composite column structure where
the row key represents the Pojo ID, each @Column is a component of the composite
and the final @Column is the column value.
|
| DefaultEntityManager<T,K> |
Manager entities in a column famliy with any key type but columns that are
encoded as strings.
|
| DefaultEntityManager.Builder<T,K> | |
| EntityMapper<T,K> |
utility class to map btw root Entity and cassandra data model
|
| FieldMapper<T> |
Mapper from a field to a ByteBuffer
|
| LifecycleEvents<T> | |
| MapColumnMapper | |
| MappingUtils | |
| NativeQuery<T,K> |
SQL'ish like fluent API for defining a query.
|
| SetColumnMapper |
|
| SimpleCompositeBuilder |
Yet another attempt at simplifying how composite columns are built
|
| Annotation Type | Description |
|---|---|
| Serializer | |
| TTL |