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