public interface GemfireRepository<T,ID extends Serializable> extends CrudRepository<T,ID>
CrudRepository interface.Serializable,
CrudRepositoryIterable<T> findAll(Sort sort)
sort - the Spring Data Commons Sort type defining the ordering criteria.PagingAndSortingRepository.findAll(org.springframework.data.domain.Sort),
Sort,
IterableCopyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.