Uses of Interface
org.springframework.data.repository.config.ImplementationDetectionConfiguration
Package
Description
Support classes for repository namespace and JavaConfig integration.
-
Uses of ImplementationDetectionConfiguration in org.springframework.data.repository.config
Modifier and TypeInterfaceDescriptioninterface
Configuration that's used to lookup an implementation type for a repository or fragment interface.Modifier and TypeMethodDescriptionDefaultRepositoryConfiguration.toImplementationDetectionConfiguration
(MetadataReaderFactory factory) RepositoryConfiguration.toImplementationDetectionConfiguration
(MetadataReaderFactory factory) Returns theImplementationDetectionConfiguration
to be used for this repository.RepositoryConfigurationSource.toImplementationDetectionConfiguration
(MetadataReaderFactory factory) Returns theImplementationDetectionConfiguration
to be used to scan for custom implementations of the repository instances to be created from thisRepositoryConfigurationSource
.RepositoryConfigurationSourceSupport.toImplementationDetectionConfiguration
(MetadataReaderFactory factory) ModifierConstructorDescriptionCustomRepositoryImplementationDetector
(Environment environment, ResourceLoader resourceLoader, ImplementationDetectionConfiguration configuration) Creates a newCustomRepositoryImplementationDetector
with the givenEnvironment
,ResourceLoader
andImplementationDetectionConfiguration
.