Uses of Interface
org.springframework.data.domain.Page
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.Central domain abstractions especially to be used in combination with the
Repository
abstraction.Value types representing geo-spatial concepts.
Querydsl integration support classes.
Central interfaces for repository abstraction.
API for repositories using historiography.
Support classes to work with query methods.
Core support classes.
Integration with Spring MVC.
-
Uses of Page in org.springframework.data.domain
-
Uses of Page in org.springframework.data.domain.jaxb
Modifier and TypeMethodDescriptionprotected List<org.springframework.hateoas.Link>
Return additional links that shall be added to theSpringDataJaxb.PageDto
. -
Uses of Page in org.springframework.data.geo
-
Uses of Page in org.springframework.data.querydsl
-
Uses of Page in org.springframework.data.repository
-
Uses of Page in org.springframework.data.repository.history
-
Uses of Page in org.springframework.data.repository.query
-
Uses of Page in org.springframework.data.support
Modifier and TypeMethodDescriptionstatic <T> Page<T>
PageableExecutionUtils.getPage
(List<T> content, Pageable pageable, LongSupplier totalSupplier) -
Uses of Page in org.springframework.data.web
Modifier and TypeMethodDescriptionprotected <R extends org.springframework.hateoas.RepresentationModel<?>,
S>
org.springframework.hateoas.PagedModel<R>PagedResourcesAssembler.createPagedModel
(List<R> resources, org.springframework.hateoas.PagedModel.PageMetadata metadata, Page<S> page) Creates thePagedModel
to be equipped with pagination links downstream.org.springframework.hateoas.PagedModel<?>
PagedResourcesAssembler.toEmptyModel
(Page<?> page, Class<?> type) Creates aPagedModel
with an empt collectionEmbeddedWrapper
for the given domain type.org.springframework.hateoas.PagedModel<?>
PagedResourcesAssembler.toEmptyModel
(Page<?> page, Class<?> type, org.springframework.hateoas.Link link) Creates aPagedModel
with an empt collectionEmbeddedWrapper
for the given domain type.org.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<T>>
org.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<T>>
Creates a newPagedModel
by converting the givenPage
into aPagedModel.PageMetadata
instance and wrapping the contained elements intoPagedModel
instances.<R extends org.springframework.hateoas.RepresentationModel<?>>
org.springframework.hateoas.PagedModel<R>PagedResourcesAssembler.toModel
(Page<T> page, org.springframework.hateoas.server.RepresentationModelAssembler<T, R> assembler) <R extends org.springframework.hateoas.RepresentationModel<?>>
org.springframework.hateoas.PagedModel<R>