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
(org.springframework.core.type.classreading.MetadataReaderFactory factory) RepositoryConfiguration.toImplementationDetectionConfiguration
(org.springframework.core.type.classreading.MetadataReaderFactory factory) Returns theImplementationDetectionConfiguration
to be used for this repository.RepositoryConfigurationSource.toImplementationDetectionConfiguration
(org.springframework.core.type.classreading.MetadataReaderFactory factory) Returns theImplementationDetectionConfiguration
to be used to scan for custom implementations of the repository instances to be created from thisRepositoryConfigurationSource
.RepositoryConfigurationSourceSupport.toImplementationDetectionConfiguration
(org.springframework.core.type.classreading.MetadataReaderFactory factory) ModifierConstructorDescriptionCustomRepositoryImplementationDetector
(org.springframework.core.env.Environment environment, org.springframework.core.io.ResourceLoader resourceLoader, ImplementationDetectionConfiguration configuration) Creates a newCustomRepositoryImplementationDetector
with the givenEnvironment
,ResourceLoader
andImplementationDetectionConfiguration
.