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

Type Parameters:
T - The repository type.
S - The repository domain type.
ID - The repository id type.
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, FactoryBean<T>, InitializingBean, ApplicationEventPublisherAware, RepositoryFactoryInformation<S,ID>

public class RedisRepositoryFactoryBean<T extends Repository<S,ID>,S,ID> extends KeyValueRepositoryFactoryBean<T,S,ID>
Adapter for Springs FactoryBean interface to allow easy setup of RedisRepositoryFactory via Spring configuration.
Since:
1.7
Author:
Christoph Strobl, Oliver Gierke, Mark Paluch