public interface GemfireRepository<T,ID extends Serializable>
extends org.springframework.data.repository.CrudRepository<T,ID>
CrudRepository
interface.Serializable
,
CrudRepository
Modifier and Type | Method and Description |
---|---|
Iterable<T> |
findAll(org.springframework.data.domain.Sort sort)
Returns all entities sorted by the given options.
|
T |
save(Wrapper<T,ID> wrapper) |
Iterable<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