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 TypeMethodDescriptionvoid
RepositoryFactoryBeanSupport.addRepositoryFactoryCustomizer
(RepositoryFactoryCustomizer customizer) Register aRepositoryFactoryCustomizer
to customize therepository factor
before creating the repository.