Uses of Class
org.springframework.data.domain.OffsetScrollPosition
Packages that use OffsetScrollPosition
Package
Description
Central domain abstractions especially to be used in combination with the
Repository abstraction.-
Uses of OffsetScrollPosition in org.springframework.data.domain
Methods in org.springframework.data.domain that return OffsetScrollPositionModifier and TypeMethodDescriptionstatic OffsetScrollPositionOffsetScrollPosition.initial()Creates a new initialOffsetScrollPositionto start scrolling using offset/limit.static OffsetScrollPositionOffsetScrollPosition.of(long offset) Creates a newOffsetScrollPositionfrom anoffset.default OffsetScrollPositionPageable.toScrollPosition()Returns anOffsetScrollPositionfrom this pageable if the page requestis paged.Methods in org.springframework.data.domain that return types with arguments of type OffsetScrollPositionModifier and TypeMethodDescriptionstatic IntFunction<OffsetScrollPosition>OffsetScrollPosition.positionFunction(long startOffset) Returns theposition functionto calculate.