How do I implement Hibernate Pagination using a cursor (so the results stay consistent, despite new
- by hunterae
Hey all,
Is there any way to maintain a database cursor using Hibernate between web requests? Basically, I'm trying to implement pagination, but the data that is being paged is consistently changing (i.e. new records are added into the database). We are trying to set it up such that when you do your initial search (returning a maximum of 5000…