-
Page
现在是一个接口,而不是一个抽象类,可实现更多灵活性。 -
Pageable
接口不再需要sort
方法,因为排序现在通过Sort
对象处理。 -
添加了
PagedModel
接口,为页面相关信息(如内容大小、总元素数和总页数)提供了统一的抽象。
Upgrading Spring Data
有关如何从 Spring Data 的较早版本升级的说明在项目 上提供。按照
中的链接找到想要升级到的版本。
Instructions for how to upgrade from earlier versions of Spring Data are provided on the project wiki. Follow the links in the release notes section to find the version that you want to upgrade to.
升级说明始终是发行说明中的第一项。如果您落后了一个以上的版本,请确保您也查看跳过的版本的发行说明。
Upgrading instructions are always the first item in the release notes. If you are more than one release behind, please make sure that you also review the release notes of the versions that you jumped.