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 TypeInterfaceDescriptioninterfaceConfiguration 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(org.springframework.core.type.classreading.MetadataReaderFactory factory) RepositoryConfiguration.toImplementationDetectionConfiguration(org.springframework.core.type.classreading.MetadataReaderFactory factory) Returns theImplementationDetectionConfigurationto be used for this repository.RepositoryConfigurationSource.toImplementationDetectionConfiguration(org.springframework.core.type.classreading.MetadataReaderFactory factory) Returns theImplementationDetectionConfigurationto 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) Constructors in org.springframework.data.repository.config with parameters of type ImplementationDetectionConfigurationModifierConstructorDescriptionCustomRepositoryImplementationDetector(org.springframework.core.env.Environment environment, org.springframework.core.io.ResourceLoader resourceLoader, ImplementationDetectionConfiguration configuration) Creates a newCustomRepositoryImplementationDetectorwith the givenEnvironment,ResourceLoaderandImplementationDetectionConfiguration.