| Class | Description |
|---|---|
| BigDecimalMapper |
A
Mapper to map BigDecimal values. |
| BigIntegerMapper |
A
Mapper to map BigInteger values. |
| BitemporalMapper |
A
Mapper to map bitemporal DateRanges. |
| BlobMapper |
A
Mapper to map blob values. |
| BooleanMapper |
A
Mapper to map a date field. |
| DateMapper |
SingleColumnMapper to build a new DateMapper. |
| DateRangeMapper |
A
Mapper to map 1-dimensional date ranges. |
| DoubleMapper |
A
Mapper to map a double field. |
| FloatMapper |
A
Mapper to map a float field. |
| GeoPointMapper |
A
Mapper to map geographical points. |
| InetMapper |
A
Mapper to map inet addresses. |
| IntegerMapper |
A
Mapper to map an integer field. |
| LongMapper |
A
Mapper to map a long field. |
| Mapper<T extends Mapper> |
Class for mapping between Cassandra's columns and Lucene documents.
|
| SingleColumnMapper<K extends SingleColumnMapper<K>> |
Class for mapping between Cassandra's columns and Lucene documents.
|
| StringMapper |
A
Mapper to map a string, not tokenized field. |
| TextMapper |
A
Mapper to map a string, tokenized field. |
| UUIDMapper |
A
Mapper to map a UUID field. |
Copyright © 2016. All rights reserved.