public class BasicCassandraRowValueProvider extends Object implements CassandraRowValueProvider
PropertyValueProvider to read property values from a Row.| Constructor and Description |
|---|
BasicCassandraRowValueProvider(com.datastax.driver.core.Row source,
DefaultSpELExpressionEvaluator evaluator)
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getPropertyValue(CassandraPersistentProperty property) |
com.datastax.driver.core.Row |
getRow() |
public BasicCassandraRowValueProvider(com.datastax.driver.core.Row source,
DefaultSpELExpressionEvaluator evaluator)
source - must not be null.evaluator - must not be null.public Object getPropertyValue(CassandraPersistentProperty property)
getPropertyValue in interface PropertyValueProvider<CassandraPersistentProperty>public com.datastax.driver.core.Row getRow()
getRow in interface CassandraRowValueProviderCopyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.