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 TypeInterfaceDescriptioninterfacePage<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) ReturnSlicewith all entities of theEtype.