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

Type Parameters:
T - the type of the repository
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationEventPublisherAware, RepositoryFactoryInformation<S,ID>

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