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 TypeMethodDescriptionCassandraRepositoryFactory.getEntityInformation(RepositoryMetadata metadata) ReactiveCassandraRepositoryFactory.getEntityInformation(RepositoryMetadata metadata) Methods in org.springframework.data.cassandra.repository.support with parameters of type CassandraEntityInformationModifier and TypeMethodDescriptionCassandraRepositoryFragmentsContributor.contribute(RepositoryMetadata metadata, CassandraEntityInformation<?, ?> entityInformation, CassandraOperations operations) CreatesRepositoryComposition.RepositoryFragmentsbased onRepositoryMetadatato add Cassandra-specific extensions.ReactiveCassandraRepositoryFragmentsContributor.contribute(RepositoryMetadata metadata, CassandraEntityInformation<?, ?> entityInformation, ReactiveCassandraOperations operations) CreatesRepositoryComposition.RepositoryFragmentsbased onRepositoryMetadatato add Cassandra-specific extensions.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.