Class SimpleGemfireRepository<T,ID>

java.lang.Object
org.springframework.data.gemfire.repository.support.SimpleGemfireRepository<T,ID>
All Implemented Interfaces:
GemfireRepository<T,ID>, CrudRepository<T,ID>, PagingAndSortingRepository<T,ID>, Repository<T,ID>

public class SimpleGemfireRepository<T,ID> extends Object implements GemfireRepository<T,ID>
Simple, basic PagingAndSortingRepository / CrudRepository implementation for Apache Geode.
Author:
Oliver Gierke, David Turanski, John Blum, Jens Schauder
See Also: