org.springframework.data.repository.config
Class RepositoryConfigurationDelegate
java.lang.Object
org.springframework.data.repository.config.RepositoryConfigurationDelegate
public class RepositoryConfigurationDelegate
- extends Object
Delegate for configuration integration to reuse the general way of detecting repositories. Customization is done by
providing a configuration format specific RepositoryConfigurationSource (currently either XML or annotations
are supported). The actual registration can then be triggered for different RepositoryConfigurationExtension
s.
- Author:
- Oliver Gierke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryConfigurationDelegate
public RepositoryConfigurationDelegate(RepositoryConfigurationSource configurationSource,
ResourceLoader resourceLoader)
- Creates a new
RepositoryConfigurationDelegate for the given RepositoryConfigurationSource and
ResourceLoader.
- Parameters:
configurationSource - must not be null.resourceLoader - must not be null.
registerRepositoriesIn
public List<BeanComponentDefinition> registerRepositoriesIn(BeanDefinitionRegistry registry,
RepositoryConfigurationExtension extension)
- Registers the found repositories in the given
BeanDefinitionRegistry.
- Parameters:
registry - extension -
- Returns:
BeanComponentDefinitions for all repository bean definitions found.
Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.