Class | Description |
---|---|
PagerPaginationSupport |
This class stores its items using a
Pager - which cannot report the total
size of the result. |
PaginationSupport<T> |
Where there are a _very_ large number of items to paginate (in othe order of 10,000's), loading them all up in memory from the db and then
handing them out to the user in a .subList fashion is not very efficient
|
Copyright © 2003–2016 Atlassian. All rights reserved.