| Package | Description |
|---|---|
| org.springframework.data.repository.support |
Support classes for integration of the repository programming model with 3rd party frameworks.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Page<T> |
PageableExecutionUtils.getPage(List<T> content,
Pageable pageable,
PageableExecutionUtils.TotalSupplier totalSupplier)
Constructs a
Page based on the given content, Pageable and PageableExecutionUtils.TotalSupplier applying
optimizations. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.