Удален fetchLatest, добавлен поиск по паттерну

This commit is contained in:
serega6531
2019-05-16 16:01:15 +03:00
parent 0e84950041
commit 414bb151ae
3 changed files with 23 additions and 12 deletions

View File

@@ -6,8 +6,6 @@ import org.springframework.data.domain.Sort;
@Data
public class Pagination {
private boolean fetchLatest;
private Sort.Direction direction;
private long startingFrom;