Uses of Interface
org.springframework.data.repository.config.ImplementationLookupConfiguration
Package
Description
Support classes for repository namespace and JavaConfig integration.
-
Uses of ImplementationLookupConfiguration in org.springframework.data.repository.config
Modifier 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
(org.springframework.core.type.classreading.MetadataReaderFactory factory) RepositoryConfiguration.toLookupConfiguration
(org.springframework.core.type.classreading.MetadataReaderFactory factory) Returns theImplementationLookupConfiguration
for the givenMetadataReaderFactory
.Modifier and TypeMethodDescriptionOptional<org.springframework.beans.factory.support.AbstractBeanDefinition>
CustomRepositoryImplementationDetector.detectCustomImplementation
(ImplementationLookupConfiguration lookup) Tries to detect a custom implementation for a repository bean by classpath scanning.