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