Uses of Interface
org.springframework.data.repository.config.ImplementationLookupConfiguration
Package
Description
Support classes for repository namespace and JavaConfig integration.
-
Uses of ImplementationLookupConfiguration in org.springframework.data.repository.config
Modifier and TypeMethodDescriptionImplementationDetectionConfiguration.forFragment
(String fragmentInterfaceName) Returns the final lookup configuration for the given fully-qualified fragment interface name.ImplementationDetectionConfiguration.forRepositoryConfiguration
(RepositoryConfiguration<?> config) Returns the final lookup configuration for the givenRepositoryConfiguration
.DefaultRepositoryConfiguration.toLookupConfiguration
(MetadataReaderFactory factory) RepositoryConfiguration.toLookupConfiguration
(MetadataReaderFactory factory) Returns theImplementationLookupConfiguration
for the givenMetadataReaderFactory
.Modifier and TypeMethodDescriptionCustomRepositoryImplementationDetector.detectCustomImplementation
(ImplementationLookupConfiguration lookup) Tries to detect a custom implementation for a repository bean by classpath scanning.