public class UpdateMapper extends QueryMapper
Update to CQL-specific data types.Filter,
Update,
CassandraPersistentEntity,
PersistentProperty,
TypeInformationQueryMapper.Field, QueryMapper.MetadataBackedField| Constructor and Description |
|---|
UpdateMapper(CassandraConverter converter)
Creates a new
UpdateMapper with the given CassandraConverter. |
| Modifier and Type | Method and Description |
|---|---|
Update |
getMappedObject(Update update,
CassandraPersistentEntity<?> entity)
|
getConverter, getMappedColumnNames, getMappedObject, getMappedSelectors, getMappedSort, getMappingContextpublic UpdateMapper(CassandraConverter converter)
UpdateMapper with the given CassandraConverter.converter - must not be null.public Update getMappedObject(Update update, CassandraPersistentEntity<?> entity)
Update with a type hint. Update mapping translates property names
to column names and maps update operation values to simple Cassandra values.update - must not be null.entity - must not be null.Filter.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.