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 TypeClassDescriptionclass
CassandraEntityInformation
implementation using aCassandraPersistentEntity
instance 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 newSimpleCassandraRepository
for the givenCassandraEntityInformation
andCassandraTemplate
.SimpleReactiveCassandraRepository
(CassandraEntityInformation<T, ID> metadata, ReactiveCassandraOperations operations) Create a newSimpleReactiveCassandraRepository
for the givenCassandraEntityInformation
andReactiveCassandraOperations
.