Uses of Interface
org.springframework.data.repository.config.ImplementationLookupConfiguration
Packages that use ImplementationLookupConfiguration
Package
Description
Support classes for repository namespace and JavaConfig integration.
-
Uses of ImplementationLookupConfiguration in org.springframework.data.repository.config
Methods in org.springframework.data.repository.config that return ImplementationLookupConfigurationModifier 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 theImplementationLookupConfigurationfor the givenMetadataReaderFactory.Methods in org.springframework.data.repository.config with parameters of type ImplementationLookupConfigurationModifier and TypeMethodDescriptionCustomRepositoryImplementationDetector.detectCustomImplementation(ImplementationLookupConfiguration lookup) Tries to detect a custom implementation for a repository bean by classpath scanning.