| Modifier and Type | Interface | Description |
|---|---|---|
interface |
KeysetAwarePage<T> |
Like
Page but contains keyset information. |
| Modifier and Type | Method | Description |
|---|---|---|
Page<V> |
EntityViewRepository.findAll(Pageable pageable) |
|
Page<V> |
EntityViewRepository.findAll(Specification<E> specification,
Pageable pageable) |
Returns a
Page of entities meeting the paging and specification restriction provided in the Pageable and Specification objects. |
Copyright © 2014–2019 Blazebit. All rights reserved.