Class BasicCassandraRowValueProvider

java.lang.Object
org.springframework.data.cassandra.core.convert.RowValueProvider
org.springframework.data.cassandra.core.convert.BasicCassandraRowValueProvider
All Implemented Interfaces:
CassandraValueProvider, PropertyValueProvider<CassandraPersistentProperty>

@Deprecated public class BasicCassandraRowValueProvider extends RowValueProvider
Deprecated.
since 3.0, use directly RowValueProvider.
CassandraValueProvider to read property values from a Row.
Author:
Alex Shvid, Matthew T. Adams, David Webb, Mark Paluch