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 KeysetPageableMethods in com.blazebit.persistence.deltaspike.data that return KeysetPageableModifier and TypeMethodDescriptionKeysetAwarePage.currentPageable()KeysetAwareSlice.currentPageable()KeysetPageable.first()Returns the KeysetPageable that can be used to request the firstPage.KeysetPageRequest.first()KeysetPageable.next()Returns the KeysetPageable that can be used to request the nextPage.KeysetPageRequest.next()KeysetAwarePage.nextPageable()KeysetAwareSlice.nextPageable()KeysetPageable.previous()Returns the KeysetPageable that can be used to request the previousPageor null if the current one already is the first one.KeysetPageRequest.previous()KeysetPageable.previousOrFirst()Returns the KeysetPageable that can be used to request the previousPageor the first if the current one already is the first one.KeysetPageRequest.previousOrFirst()KeysetAwarePage.previousPageable()KeysetAwareSlice.previousPageable()