| Package | Description |
|---|---|
| org.springframework.data.repository.config |
Support classes for repository namespace and JavaConfig integration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRepositoryConfiguration<T extends RepositoryConfigurationSource>
Default implementation of
RepositoryConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends RepositoryConfigurationSource> |
RepositoryConfigurationExtensionSupport.getRepositoryConfiguration(BeanDefinition definition,
T configSource)
Creates a actual
RepositoryConfiguration instance for the given RepositoryConfigurationSource and
interface name. |
| Modifier and Type | Method and Description |
|---|---|
<T extends RepositoryConfigurationSource> |
RepositoryConfigurationExtensionSupport.getRepositoryConfigurations(T configSource,
ResourceLoader loader) |
<T extends RepositoryConfigurationSource> |
RepositoryConfigurationExtensionSupport.getRepositoryConfigurations(T configSource,
ResourceLoader loader,
boolean strictMatchesOnly) |
<T extends RepositoryConfigurationSource> |
RepositoryConfigurationExtension.getRepositoryConfigurations(T configSource,
ResourceLoader loader,
boolean strictMatchesOnly)
Returns all
RepositoryConfigurations obtained through the given RepositoryConfigurationSource. |
| Modifier and Type | Method and Description |
|---|---|
default ImplementationLookupConfiguration |
ImplementationDetectionConfiguration.forRepositoryConfiguration(RepositoryConfiguration<?> config)
Returns the final lookup configuration for the given
RepositoryConfiguration. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.