Class RepositoryFactorySupport

java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactorySupport
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware
Direct Known Subclasses:
ReactiveRepositoryFactorySupport

public abstract class RepositoryFactorySupport extends Object implements BeanClassLoaderAware, BeanFactoryAware
Factory bean to create instances of a given repository interface. Creates a proxy implementing the configured repository interface and apply an advice handing the control to the QueryExecutorMethodInterceptor. Query detection strategy can be configured by setting QueryLookupStrategy.Key.
Author:
Oliver Gierke, Mark Paluch, Christoph Strobl, Jens Schauder, John Blum, Johannes Englmeier