Class RepositoryConfigurationExtensionSupport

java.lang.Object
org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
All Implemented Interfaces:
RepositoryConfigurationExtension

public abstract class RepositoryConfigurationExtensionSupport extends Object implements RepositoryConfigurationExtension
Base implementation of RepositoryConfigurationExtension to ease the implementation of the interface. Will default the default named query location based on a module prefix provided by implementors (see getModulePrefix()). Stubs out the post-processing methods as they might not be needed by default.
Author:
Oliver Gierke, Mark Paluch, Christoph Strobl, Johannes Englmeier