Uses of Class
org.springframework.data.cassandra.core.convert.UpdateMapper
Packages that use UpdateMapper
-
Uses of UpdateMapper in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core that return UpdateMapperModifier and TypeMethodDescriptionprotected UpdateMapperStatementFactory.getUpdateMapper()Returns theUpdateMapperused to mapUpdateto CQL-specific data types.Constructors in org.springframework.data.cassandra.core with parameters of type UpdateMapperModifierConstructorDescriptionStatementFactory(QueryMapper queryMapper, UpdateMapper updateMapper) StatementFactory(UpdateMapper updateMapper) CreateStatementFactorygivenUpdateMapper.