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

All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, FactoryBean<T>, InitializingBean, ApplicationEventPublisherAware, EnvironmentAware, 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. Ideally, the factory bean is configured by providing a JdbcAggregateOperations, BeanFactory, and ApplicationEventPublisher instance to avoid partial configuration.

A partially populated factory bean can use BeanFactory to resolve missing dependencies, specifically:

Author:
Jens Schauder, Greg Turnquist, Christoph Strobl, Oliver Gierke, Mark Paluch, Hebert Coelho, Chirag Tailor, Mikhail Polivakha, Sergey Korotaev, Tomohiko Ozawa