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 ordered by the given
Sort . |
T |
save(Wrapper<T,ID> wrapper) |
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll
Iterable<T> findAll(Sort sort)
Sort
.sort
- Sort
defining the ordering criteria.Sort
.PagingAndSortingRepository.findAll(org.springframework.data.domain.Sort)
,
Sort
,
Iterable
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.