Interface CassandraValueProvider

All Superinterfaces:
org.springframework.data.mapping.model.PropertyValueProvider<CassandraPersistentProperty>
All Known Subinterfaces:
CassandraRowValueProvider
All Known Implementing Classes:
BasicCassandraRowValueProvider, CassandraTupleValueProvider, CassandraUDTValueProvider, RowValueProvider, TupleValueProvider, UdtValueProvider

public interface CassandraValueProvider extends org.springframework.data.mapping.model.PropertyValueProvider<CassandraPersistentProperty>
PropertyValueProvider for CassandraPersistentProperty. This PropertyValueProvider allows querying whether the source contains a data source for CassandraPersistentProperty like a field or a column.
Since:
1.5
Author:
Mark Paluch
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns whether the underlying source.
    boolean
    Returns whether the underlying source contains a data source for the given CassandraPersistentProperty.

    Methods inherited from interface org.springframework.data.mapping.model.PropertyValueProvider

    getPropertyValue