Class MappingCassandraEntityInformation<T,ID>

java.lang.Object
org.springframework.data.repository.core.support.PersistentEntityInformation<T,ID>
org.springframework.data.cassandra.repository.support.MappingCassandraEntityInformation<T,ID>
All Implemented Interfaces:
CassandraEntityInformation<T,ID>, CassandraEntityMetadata<T>, EntityInformation<T,ID>, EntityMetadata<T>

public class MappingCassandraEntityInformation<T,ID> extends PersistentEntityInformation<T,ID> implements CassandraEntityInformation<T,ID>
CassandraEntityInformation implementation using a CassandraPersistentEntity instance to lookup the necessary information.
Author:
Alex Shvid, Matthew T. Adams, Mark Paluch