| 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 |
|---|---|
default ImplementationLookupConfiguration |
ImplementationDetectionConfiguration.forRepositoryConfiguration(RepositoryConfiguration<?> config)
Returns the final lookup configuration for the given
RepositoryConfiguration. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.