Package | Description |
---|---|
org.springframework.data.domain |
Central domain abstractions especially to be used in combination with the
Repository abstraction. |
Modifier and Type | Method and Description |
---|---|
static PageRequest |
PageRequest.of(int page,
int site) |
static PageRequest |
PageRequest.of(int page,
int size,
Sort.Direction direction,
String... properties) |
static PageRequest |
PageRequest.of(int page,
int site,
Sort sort) |
PageRequest |
PageRequest.previous() |
Copyright © 2011-2016–2017 Pivotal Software, Inc.. All rights reserved.