Spring Data Core

来源:互联网 发布:java打包成exe 编辑:程序博客网 时间:2024/06/10 19:10

Slice:A sized chunk of data with information whether there is more data available. Requires a Pageable method parameter.
Chunk:Slice
Page:A Slice with additional information, e.g. the total number of results. Requires a Pageable method parameter.
Pageable :Abstract interface for pagination information.

原创粉丝点击