Uses of Interface
com.blazebit.persistence.deltaspike.data.Pageable
-
Uses of Pageable in com.blazebit.persistence.deltaspike.data
Subinterfaces of Pageable in com.blazebit.persistence.deltaspike.data Modifier and Type Interface Description interfaceKeysetPageableLikePageablebut contains keyset information.Classes in com.blazebit.persistence.deltaspike.data that implement Pageable Modifier and Type Class Description classKeysetPageRequestLikePageRequestbut with support for keyset pagination.classPageRequestImmutable implementation ofPageable, heavily inspired by Spring Data'sPageRequest.Methods in com.blazebit.persistence.deltaspike.data that return Pageable Modifier and Type Method Description PageableSlice. currentPageable()PageablePageable. first()PageablePageRequest. first()PageablePageable. next()PageablePageRequest. next()PageableSlice. nextPageable()PageablePageable. previous()PageablePageRequest. previous()PageablePageable. previousOrFirst()PageablePageRequest. previousOrFirst()PageableSlice. previousPageable()Methods in com.blazebit.persistence.deltaspike.data with parameters of type Pageable Modifier and Type Method Description Page<V>EntityViewRepository. findAll(Pageable pageable)Page<V>EntityViewRepository. findAll(Specification<E> specification, Pageable pageable)Returns aPageof entities meeting the paging and specification restriction provided in thePageableandSpecificationobjects.Constructors in com.blazebit.persistence.deltaspike.data with parameters of type Pageable Constructor Description KeysetPageRequest(com.blazebit.persistence.KeysetPage keysetPage, Pageable pageable)Construct a page request from a pageable with an optional keyset page that may be used for keyset pagination.