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

java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID>
org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean<T,S,ID>
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, FactoryBean<T>, InitializingBean, ApplicationContextAware, ApplicationEventPublisherAware, RepositoryFactoryInformation<S,ID>

public class GemfireRepositoryFactoryBean<T extends Repository<S,ID>,S,ID> extends RepositoryFactoryBeanSupport<T,S,ID> implements ApplicationContextAware
Author:
Oliver Gierke, John Blum
See Also: