HibernatePagination |
|
Your trail: |
Difference between
version 10
and
version 3:
At line 7 added 4 lines. |
Here is [Gavin Kings Blog|http://blog.hibernate.org/cgi-bin/blosxom.cgi/2004/08/14#fn.html] on a Paging class. |
|
Another entry relevant to this issue on the Hibernate site [Hibernate Pagination|http://www.hibernate.org/243.html] |
|
At line 15 removed 1 line. |
Another blog entry relevant to this topic can be found [here|http://blog.hibernate.org/cgi-bin/blosxom.cgi/2004/08/14#pagination] |
At line 17 changed 1 line. |
The only limitation which the code snippet is that it does not had a method to return the total number of records (ie getLastPage()). Do NOT use |
Do NOT use: |
At line 29 added 5 lines. |
</div> |
|
---- |
The Display Tag has support for [external paging and sorting|http://displaytag.sourceforge.net/11/tut_externalSortAndPage.html] with a system like this one. |
|
Back to HibernatePagination,
or to the Page History.
|