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

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 VaultRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> extends KeyValueRepositoryFactoryBean<T,S,ID>
Adapter for Springs FactoryBean interface to allow easy setup of VaultRepositoryFactory via Spring configuration.
Since:
2.0