Uses of Interface
com.blazebit.persistence.deltaspike.data.KeysetPageable
-
Uses of KeysetPageable in com.blazebit.persistence.deltaspike.data
Classes in com.blazebit.persistence.deltaspike.data that implement KeysetPageable Modifier and Type Class Description classKeysetPageRequestLikePageRequestbut with support for keyset pagination.Methods in com.blazebit.persistence.deltaspike.data that return KeysetPageable Modifier and Type Method Description KeysetPageableKeysetAwarePage. currentPageable()KeysetPageableKeysetAwareSlice. currentPageable()KeysetPageableKeysetPageable. first()Returns the KeysetPageable that can be used to request the firstPage.KeysetPageableKeysetPageRequest. first()KeysetPageableKeysetPageable. next()Returns the KeysetPageable that can be used to request the nextPage.KeysetPageableKeysetPageRequest. next()KeysetPageableKeysetAwarePage. nextPageable()KeysetPageableKeysetAwareSlice. nextPageable()KeysetPageableKeysetPageable. previous()Returns the KeysetPageable that can be used to request the previousPageor null if the current one already is the first one.KeysetPageableKeysetPageRequest. previous()KeysetPageableKeysetPageable. previousOrFirst()Returns the KeysetPageable that can be used to request the previousPageor the first if the current one already is the first one.KeysetPageableKeysetPageRequest. previousOrFirst()KeysetPageableKeysetAwarePage. previousPageable()KeysetPageableKeysetAwareSlice. previousPageable()