Class JpaRepositoryFactoryBean<T extends Repository<S,ID>,S,ID>

Type Parameters:
T - the type of the repository
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, FactoryBean<T>, InitializingBean, ApplicationEventPublisherAware, RepositoryFactoryInformation<S,ID>
Direct Known Subclasses:
EnversRevisionRepositoryFactoryBean

public class JpaRepositoryFactoryBean<T extends Repository<S,ID>,S,ID> extends TransactionalRepositoryFactoryBeanSupport<T,S,ID>
Special adapter for Springs FactoryBean interface to allow easy setup of repository factories via Spring configuration.
Author:
Oliver Gierke, Eberhard Wolff, Mark Paluch, Jens Schauder, RĂ©da Housni Alaoui