Uses of Interface
io.helidon.data.Slice
Packages that use Slice
-
Uses of Slice in io.helidon.data
Subinterfaces of Slice in io.helidon.dataModifier and TypeInterfaceDescriptioninterface
Page<T>
Pageable query result as pages with total size of the result.Methods in io.helidon.data that return SliceModifier and TypeMethodDescriptionstatic <T> Slice
<T> Slice.create
(PageRequest request, List<T> content) Create pageable query result as page without total size of the result.Data.PageableRepository.slices
(PageRequest pageable) ReturnSlice
with all entities of theE
type.