public interface GemfireRepository<T,ID> extends CrudRepository<T,ID>
CrudRepository
interface.CrudRepository
Modifier and Type | Method and Description |
---|---|
Iterable<T> |
findAll(Sort sort)
Returns all entities sorted by the given options.
|
T |
save(Wrapper<T,ID> wrapper) |
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll
Iterable<T> findAll(Sort sort)
sort
- the Spring Data Commons Sort type defining the ordering criteria.PagingAndSortingRepository.findAll(org.springframework.data.domain.Sort)
,
Sort
,
Iterable
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.