|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Page | |
|---|---|
| org.synyx.hades.dao | |
| org.synyx.hades.dao.orm | |
| org.synyx.hades.domain | |
| Uses of Page in org.synyx.hades.dao |
|---|
| Methods in org.synyx.hades.dao that return Page | |
|---|---|
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 Page in org.synyx.hades.dao.orm |
|---|
| Methods in org.synyx.hades.dao.orm that return Page | |
|---|---|
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 Page in org.synyx.hades.domain |
|---|
| Classes in org.synyx.hades.domain that implement Page | |
|---|---|
class |
PageImpl<T>
Basic Page implementation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||