Uses of Class
org.springframework.data.domain.AbstractPageRequest
Packages that use AbstractPageRequest
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.Querydsl integration support classes.
-
Uses of AbstractPageRequest in org.springframework.data.domain
Subclasses of AbstractPageRequest in org.springframework.data.domain -
Uses of AbstractPageRequest in org.springframework.data.querydsl
Subclasses of AbstractPageRequest in org.springframework.data.querydslModifier and TypeClassDescriptionclass
Basic Java Bean implementation ofPageable
with support for QueryDSL.