Package | Description |
---|---|
org.springframework.data.repository.config |
Support classes for repository namespace and JavaConfig integration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ImplementationLookupConfiguration
Configuration that's used to lookup an implementation type for a repository or fragment interface.
|
Modifier and Type | Method and Description |
---|---|
ImplementationDetectionConfiguration |
RepositoryConfigurationSource.toImplementationDetectionConfiguration(MetadataReaderFactory factory)
Returns the
ImplementationDetectionConfiguration to be used to scan for custom implementations of the
repository instances to be created from this RepositoryConfigurationSource . |
ImplementationDetectionConfiguration |
RepositoryConfiguration.toImplementationDetectionConfiguration(MetadataReaderFactory factory)
Returns the
ImplementationDetectionConfiguration to be used for this repository. |
ImplementationDetectionConfiguration |
RepositoryConfigurationSourceSupport.toImplementationDetectionConfiguration(MetadataReaderFactory factory) |
ImplementationDetectionConfiguration |
DefaultRepositoryConfiguration.toImplementationDetectionConfiguration(MetadataReaderFactory factory) |
Constructor and Description |
---|
CustomRepositoryImplementationDetector(Environment environment,
ResourceLoader resourceLoader,
ImplementationDetectionConfiguration configuration)
Creates a new
CustomRepositoryImplementationDetector with the given Environment ,
ResourceLoader and ImplementationDetectionConfiguration . |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.