| Package | Description |
|---|---|
| org.springframework.data.repository.config |
Support classes for repository namespace and JavaConfig integration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryConfigurationExtensionSupport
Base implementation of
RepositoryConfigurationExtension to ease the implementation of the interface. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract RepositoryConfigurationExtension |
RepositoryBeanDefinitionRegistrarSupport.getExtension()
Returns the
RepositoryConfigurationExtension for store specific callbacks and BeanDefinition
post-processing. |
| Modifier and Type | Method and Description |
|---|---|
List<BeanComponentDefinition> |
RepositoryConfigurationDelegate.registerRepositoriesIn(BeanDefinitionRegistry registry,
RepositoryConfigurationExtension extension)
Registers the found repositories in the given
BeanDefinitionRegistry. |
| Constructor and Description |
|---|
RepositoryBeanDefinitionParser(RepositoryConfigurationExtension extension)
Creates a new
RepositoryBeanDefinitionParser using the given RepositoryConfigurationExtension. |
Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.