Uses of Interface
org.springframework.data.jpa.repository.support.JpaRepositoryFragmentsContributor
Packages that use JpaRepositoryFragmentsContributor
-
Uses of JpaRepositoryFragmentsContributor in org.springframework.data.jpa.repository.support
Fields in org.springframework.data.jpa.repository.support declared as JpaRepositoryFragmentsContributorModifier and TypeFieldDescriptionstatic final JpaRepositoryFragmentsContributorJpaRepositoryFragmentsContributor.DEFAULTMethods in org.springframework.data.jpa.repository.support that return JpaRepositoryFragmentsContributorModifier and TypeMethodDescriptionJpaRepositoryFragmentsContributor.andThen(JpaRepositoryFragmentsContributor after) Returns a composedJpaRepositoryFragmentsContributorthat first applies this contributor to its inputs, and then applies theaftercontributor concatenating effectively both results.JpaRepositoryFactoryBean.getRepositoryFragmentsContributor()Methods in org.springframework.data.jpa.repository.support with parameters of type JpaRepositoryFragmentsContributorModifier and TypeMethodDescriptionJpaRepositoryFragmentsContributor.andThen(JpaRepositoryFragmentsContributor after) Returns a composedJpaRepositoryFragmentsContributorthat first applies this contributor to its inputs, and then applies theaftercontributor concatenating effectively both results.voidJpaRepositoryFactory.setFragmentsContributor(JpaRepositoryFragmentsContributor fragmentsContributor) Configures theJpaRepositoryFragmentsContributorto be used.voidJpaRepositoryFactoryBean.setRepositoryFragmentsContributor(JpaRepositoryFragmentsContributor repositoryFragmentsContributor) Configures theJpaRepositoryFragmentsContributorto contribute built-in fragment functionality to the repository.