Uses of Interface
org.springframework.data.repository.config.ImplementationDetectionConfiguration
Packages that use ImplementationDetectionConfiguration
Package
Description
Support classes for repository namespace and JavaConfig integration.
-
Uses of ImplementationDetectionConfiguration in org.springframework.data.repository.config
Subinterfaces of ImplementationDetectionConfiguration in org.springframework.data.repository.configModifier and TypeInterfaceDescriptioninterface
Configuration that's used to lookup an implementation type for a repository or fragment interface.Methods in org.springframework.data.repository.config that return ImplementationDetectionConfigurationModifier 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) Constructors in org.springframework.data.repository.config with parameters of type ImplementationDetectionConfigurationModifierConstructorDescriptionCustomRepositoryImplementationDetector
(Environment environment, ResourceLoader resourceLoader, ImplementationDetectionConfiguration configuration) Creates a newCustomRepositoryImplementationDetector
with the givenEnvironment
,ResourceLoader
andImplementationDetectionConfiguration
.