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, Jens Schauder, Mark Paluch, Christoph Strobl, John Blum