How to convert a list of enity object to page object in Spring MVC (JPA)? February 27, 2023 by Tarik There is a Page implementation for that: final Page<Something> page = new PageImpl<>(theListOfSomething);