Class JdbcRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable>

All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, FactoryBean<T>, InitializingBean, ApplicationEventPublisherAware, RepositoryFactoryInformation<S,ID>

public class JdbcRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> extends TransactionalRepositoryFactoryBeanSupport<T,S,ID> implements ApplicationEventPublisherAware
Special adapter for Springs FactoryBean interface to allow easy setup of repository factories via Spring configuration.
Author:
Jens Schauder, Greg Turnquist, Christoph Strobl, Oliver Gierke, Mark Paluch, Hebert Coelho, Chirag Tailor