public interface GemfireRepository<T,ID extends Serializable>
extends org.springframework.data.repository.CrudRepository<T,ID>
CrudRepository interface.Serializable,
CrudRepositoryIterable<T> findAll(org.springframework.data.domain.Sort sort)
sort - the Spring Data Commons Sort type defining the ordering criteria.PagingAndSortingRepository.findAll(org.springframework.data.domain.Sort),
Sort,
Iterable