クラス MappingCassandraEntityInformation<T,ID>

java.lang.ObjectSE
org.springframework.data.repository.core.support.PersistentEntityInformation<T,ID>
org.springframework.data.cassandra.repository.support.MappingCassandraEntityInformation<T,ID>
実装されたすべてのインターフェース:
CassandraEntityInformation<T,ID>CassandraEntityMetadata<T>EntityInformation<T,ID>EntityMetadata<T>

public class MappingCassandraEntityInformation<T,ID> extends PersistentEntityInformation<T,ID> implements CassandraEntityInformation<T,ID>
CassandraPersistentEntity インスタンスを使用して必要な情報を検索する CassandraEntityInformation 実装。
作成者:
Alex Shvid, Matthew T. Adams, Mark Paluch