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.
CassandraValueProvider
to read property values from a Row
.- Author:
- Alex Shvid, Matthew T. Adams, David Webb, Mark Paluch
-
Constructor Summary
ConstructorDescriptionBasicCassandraRowValueProvider
(com.datastax.oss.driver.api.core.cql.Row source, com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry codecRegistry, SpELExpressionEvaluator evaluator) Deprecated.Create a newBasicCassandraRowValueProvider
with the givenRow
,CodecRegistry
andSpELExpressionEvaluator
.BasicCassandraRowValueProvider
(com.datastax.oss.driver.api.core.cql.Row source, DefaultSpELExpressionEvaluator evaluator) Deprecated. -
Method Summary
Methods inherited from class org.springframework.data.cassandra.core.convert.RowValueProvider
getPropertyValue, getSource, hasProperty
-
Constructor Details
-
BasicCassandraRowValueProvider
public BasicCassandraRowValueProvider(com.datastax.oss.driver.api.core.cql.Row source, com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry codecRegistry, SpELExpressionEvaluator evaluator) Deprecated.Create a newBasicCassandraRowValueProvider
with the givenRow
,CodecRegistry
andSpELExpressionEvaluator
.- Parameters:
source
- must not be null.codecRegistry
- must not be null.evaluator
- must not be null.- Since:
- 2.1
-
BasicCassandraRowValueProvider
@Deprecated public BasicCassandraRowValueProvider(com.datastax.oss.driver.api.core.cql.Row source, DefaultSpELExpressionEvaluator evaluator) Deprecated.- Parameters:
source
- must not be null.evaluator
- must not be null.
-
RowValueProvider
.