JavaScript is disabled on your browser.
Skip navigation links
Blazebit Persistence Integration DeltaSpike Data API 1.6.9
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
com.blazebit.persistence.deltaspike.data.Slice
Uses of
Slice
in
com.blazebit.persistence.deltaspike.data
Subinterfaces of
Slice
in
com.blazebit.persistence.deltaspike.data
Modifier and Type
Interface
Description
interface
KeysetAwarePage
<T>
Like
Page
but contains keyset information.
interface
KeysetAwareSlice
<T>
Like
Slice
but contains keyset information.
interface
Page
<T>
A sublist of a list of objects, heavily inspired by Spring Data's
Page
.