Uses of Interface
org.springframework.data.cassandra.repository.support.CassandraRepositoryFragmentsContributor
Packages that use CassandraRepositoryFragmentsContributor
Package
Description
Support infrastructure for query derivation of Apache Cassandra specific repositories.
-
Uses of CassandraRepositoryFragmentsContributor in org.springframework.data.cassandra.repository.support
Fields in org.springframework.data.cassandra.repository.support declared as CassandraRepositoryFragmentsContributorModifier and TypeFieldDescriptionstatic final CassandraRepositoryFragmentsContributorCassandraRepositoryFragmentsContributor.DEFAULTMethods in org.springframework.data.cassandra.repository.support that return CassandraRepositoryFragmentsContributorModifier and TypeMethodDescriptionCassandraRepositoryFragmentsContributor.andThen(CassandraRepositoryFragmentsContributor after) Returns a composedCassandraRepositoryFragmentsContributorthat first applies this contributor to its inputs, and then applies theaftercontributor concatenating effectively both results.CassandraRepositoryFactoryBean.getRepositoryFragmentsContributor()Methods in org.springframework.data.cassandra.repository.support with parameters of type CassandraRepositoryFragmentsContributorModifier and TypeMethodDescriptionCassandraRepositoryFragmentsContributor.andThen(CassandraRepositoryFragmentsContributor after) Returns a composedCassandraRepositoryFragmentsContributorthat first applies this contributor to its inputs, and then applies theaftercontributor concatenating effectively both results.voidCassandraRepositoryFactory.setFragmentsContributor(CassandraRepositoryFragmentsContributor fragmentsContributor) Configures theCassandraRepositoryFragmentsContributorto be used.voidCassandraRepositoryFactoryBean.setRepositoryFragmentsContributor(CassandraRepositoryFragmentsContributor repositoryFragmentsContributor) Configures theCassandraRepositoryFragmentsContributorto contribute built-in fragment functionality to the repository.