Uses of Interface
org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFragmentsContributor
Packages that use ReactiveCassandraRepositoryFragmentsContributor
Package
Description
Support infrastructure for query derivation of Apache Cassandra specific repositories.
-
Uses of ReactiveCassandraRepositoryFragmentsContributor in org.springframework.data.cassandra.repository.support
Fields in org.springframework.data.cassandra.repository.support declared as ReactiveCassandraRepositoryFragmentsContributorModifier and TypeFieldDescriptionstatic final ReactiveCassandraRepositoryFragmentsContributorReactiveCassandraRepositoryFragmentsContributor.DEFAULTMethods in org.springframework.data.cassandra.repository.support that return ReactiveCassandraRepositoryFragmentsContributorModifier and TypeMethodDescriptionReactiveCassandraRepositoryFragmentsContributor.andThen(ReactiveCassandraRepositoryFragmentsContributor after) Returns a composedReactiveCassandraRepositoryFragmentsContributorthat first applies this contributor to its inputs, and then applies theaftercontributor concatenating effectively both results.ReactiveCassandraRepositoryFactoryBean.getRepositoryFragmentsContributor()Methods in org.springframework.data.cassandra.repository.support with parameters of type ReactiveCassandraRepositoryFragmentsContributorModifier and TypeMethodDescriptionReactiveCassandraRepositoryFragmentsContributor.andThen(ReactiveCassandraRepositoryFragmentsContributor after) Returns a composedReactiveCassandraRepositoryFragmentsContributorthat first applies this contributor to its inputs, and then applies theaftercontributor concatenating effectively both results.voidReactiveCassandraRepositoryFactory.setFragmentsContributor(ReactiveCassandraRepositoryFragmentsContributor fragmentsContributor) Configures theReactiveCassandraRepositoryFragmentsContributorto be used.voidReactiveCassandraRepositoryFactoryBean.setRepositoryFragmentsContributor(ReactiveCassandraRepositoryFragmentsContributor repositoryFragmentsContributor) Configures theReactiveCassandraRepositoryFragmentsContributorto contribute built-in fragment functionality to the repository.