Uses of Interface
org.springframework.data.repository.core.support.RepositoryFactoryCustomizer
Packages that use RepositoryFactoryCustomizer
Package
Description
Base classes to implement repositories for various data stores.
-
Uses of RepositoryFactoryCustomizer in org.springframework.data.repository.core.support
Methods in org.springframework.data.repository.core.support with parameters of type RepositoryFactoryCustomizerModifier and TypeMethodDescriptionvoidRepositoryFactoryBeanSupport.addRepositoryFactoryCustomizer(RepositoryFactoryCustomizer customizer) Register aRepositoryFactoryCustomizerto customize therepository factorbefore creating the repository.