Uses of Interface
org.springframework.data.cassandra.repository.query.CassandraEntityInformation
Packages that use CassandraEntityInformation
Package
Description
Support infrastructure for query derivation of Apache Cassandra specific repositories.
-
Uses of CassandraEntityInformation in org.springframework.data.cassandra.repository.support
Classes in org.springframework.data.cassandra.repository.support that implement CassandraEntityInformationModifier and TypeClassDescriptionclassCassandraEntityInformationimplementation using aCassandraPersistentEntityinstance to lookup the necessary information.Methods in org.springframework.data.cassandra.repository.support that return CassandraEntityInformationModifier and TypeMethodDescription<T,ID> CassandraEntityInformation<T, ID> CassandraRepositoryFactory.getEntityInformation(Class<T> domainClass) <T,ID> CassandraEntityInformation<T, ID> ReactiveCassandraRepositoryFactory.getEntityInformation(Class<T> domainClass) Constructors in org.springframework.data.cassandra.repository.support with parameters of type CassandraEntityInformationModifierConstructorDescriptionSimpleCassandraRepository(CassandraEntityInformation<T, ID> metadata, CassandraOperations operations) Create a newSimpleCassandraRepositoryfor the givenCassandraEntityInformationandCassandraTemplate.SimpleReactiveCassandraRepository(CassandraEntityInformation<T, ID> metadata, ReactiveCassandraOperations operations) Create a newSimpleReactiveCassandraRepositoryfor the givenCassandraEntityInformationandReactiveCassandraOperations.