public interface GemfireRepository<T,ID> extends CrudRepository<T,ID>
CrudRepository
インターフェースの Apache Geode 拡張。CrudRepository
修飾子と型 | メソッドと説明 |
---|---|
IterableSE<T> | findAll(Sort sort) 指定された Sort で順序付けされたすべてのエンティティを返します。 |
T | save(Wrapper<T, ID> wrapper) |
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll
IterableSE<T> findAll(Sort sort)
Sort
で順序付けされたすべてのエンティティを返します。sort
- 順序付け条件を定義する Sort
。Sort
によって順序付けされたすべてのエンティティ。PagingAndSortingRepository.findAll(org.springframework.data.domain.Sort)
, Sort
, Iterable
SECopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.