|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pageable | |
|---|---|
| org.synyx.hades.dao | |
| org.synyx.hades.dao.orm | |
| org.synyx.hades.domain | |
| Uses of Pageable in org.synyx.hades.dao |
|---|
| Methods in org.synyx.hades.dao with parameters of type Pageable | |
|---|---|
Page<T> |
GenericDao.readAll(Pageable pageable)
Returns a paged list of entities meeting the paging restriction provided in the Pageable object. |
Page<T> |
GenericDao.readAll(Specification<T> spec,
Pageable pageable)
Returns a Page of entities matching the given
Specification. |
| Uses of Pageable in org.synyx.hades.dao.orm |
|---|
| Methods in org.synyx.hades.dao.orm with parameters of type Pageable | |
|---|---|
Page<T> |
GenericJpaDao.readAll(Pageable pageable)
|
Page<T> |
GenericJpaDao.readAll(Specification<T> spec,
Pageable pageable)
|
protected Page<T> |
GenericJpaDao.readPage(Pageable pageable,
java.lang.String query)
Reads a page of entities for the given JPQL query. |
| Uses of Pageable in org.synyx.hades.domain |
|---|
| Classes in org.synyx.hades.domain that implement Pageable | |
|---|---|
class |
PageRequest
Basic Java Bean implementation of Pageable. |
| Constructors in org.synyx.hades.domain with parameters of type Pageable | |
|---|---|
PageImpl(java.util.List<T> content,
Pageable pageable,
long total)
Constructor of PageImpl. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||