Uses of Interface
org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.RepositoryFragmentsFunction
Packages that use RepositoryFactoryBeanSupport.RepositoryFragmentsFunction
Package
Description
Base classes to implement repositories for various data stores.
-
Uses of RepositoryFactoryBeanSupport.RepositoryFragmentsFunction in org.springframework.data.repository.core.support
Methods in org.springframework.data.repository.core.support that return RepositoryFactoryBeanSupport.RepositoryFragmentsFunctionModifier and TypeMethodDescriptionRepositoryFactoryBeanSupport.RepositoryFragmentsFunction.just(RepositoryComposition.RepositoryFragments fragments) Factory method to createRepositoryFactoryBeanSupport.RepositoryFragmentsFunctionfor a resolvedRepositoryComposition.RepositoryFragmentsobject.Methods in org.springframework.data.repository.core.support with parameters of type RepositoryFactoryBeanSupport.RepositoryFragmentsFunctionModifier and TypeMethodDescriptionvoidRepositoryFactoryBeanSupport.setRepositoryFragmentsFunction(RepositoryFactoryBeanSupport.RepositoryFragmentsFunction fragmentsFunction) Setter to inject repository fragments.