Uses of Interface
org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFragmentsContributor
Packages that use ReactiveMongoRepositoryFragmentsContributor
Package
Description
Support infrastructure for query derivation of MongoDB specific repositories.
-
Uses of ReactiveMongoRepositoryFragmentsContributor in org.springframework.data.mongodb.repository.support
Fields in org.springframework.data.mongodb.repository.support declared as ReactiveMongoRepositoryFragmentsContributorModifier and TypeFieldDescriptionstatic final ReactiveMongoRepositoryFragmentsContributorReactiveMongoRepositoryFragmentsContributor.DEFAULTMethods in org.springframework.data.mongodb.repository.support that return ReactiveMongoRepositoryFragmentsContributorModifier and TypeMethodDescriptionReactiveMongoRepositoryFragmentsContributor.andThen(ReactiveMongoRepositoryFragmentsContributor after) Returns a composedReactiveMongoRepositoryFragmentsContributorthat first applies this contributor to its inputs, and then applies theaftercontributor concatenating effectively both results.ReactiveMongoRepositoryFactoryBean.getRepositoryFragmentsContributor()Methods in org.springframework.data.mongodb.repository.support with parameters of type ReactiveMongoRepositoryFragmentsContributorModifier and TypeMethodDescriptionReactiveMongoRepositoryFragmentsContributor.andThen(ReactiveMongoRepositoryFragmentsContributor after) Returns a composedReactiveMongoRepositoryFragmentsContributorthat first applies this contributor to its inputs, and then applies theaftercontributor concatenating effectively both results.voidReactiveMongoRepositoryFactory.setFragmentsContributor(ReactiveMongoRepositoryFragmentsContributor fragmentsContributor) Configures theReactiveMongoRepositoryFragmentsContributorto be used.voidReactiveMongoRepositoryFactoryBean.setRepositoryFragmentsContributor(ReactiveMongoRepositoryFragmentsContributor repositoryFragmentsContributor) Configures theMongoRepositoryFragmentsContributorto contribute built-in fragment functionality to the repository.