• Paging and Sorting

  • Page

  • Pageable

  • Sort

  • Sorting

  • Offset-based pagination

  • Zero-based page indices

  • Default page size

  • Customizable page size :description: spring-data-commons::page$upgrade.adoc 讨论了 Spring Data CommonsPage 接口的升级。

核心论点是:

更新了 Page 接口以使其与 JPA 中的新分页功能保持一致。这包括添加对新偏移量和限制分页的支持、简化对分页相关元数据的访问,以及为子列表提供更好的支持。这些改进提高了与 JPA 集成的灵活性并简化了分页操作的处理。

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.