public interface CassandraValueProvider extends PropertyValueProvider<CassandraPersistentProperty>
PropertyValueProvider for CassandraPersistentProperty. This PropertyValueProvider allows
querying whether the source contains a data source for CassandraPersistentProperty like a field or a column.| Modifier and Type | Method and Description |
|---|---|
Object |
getSource()
Returns whether the underlying source.
|
boolean |
hasProperty(CassandraPersistentProperty property)
Returns whether the underlying source contains a data source for the given
CassandraPersistentProperty. |
getPropertyValueboolean hasProperty(CassandraPersistentProperty property)
CassandraPersistentProperty.property - must not be null.CassandraPersistentProperty.Object getSource()
CassandraValueProvider.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.