Class PageableUtils
java.lang.Object
org.springframework.data.jpa.support.PageableUtils
Provide a set of utility methods to support
Pageable
s.- Since:
- 3.0
- Author:
- Greg Turnquist
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
getOffsetAsInteger
(org.springframework.data.domain.Pageable pageable)
-
Method Details
-
getOffsetAsInteger
public static int getOffsetAsInteger(org.springframework.data.domain.Pageable pageable) - Parameters:
pageable
-- Returns:
- integer
-