Joined: Thu Sep 16, 2004 6:46 am Posts: 3
|
Hi
I have an existing Paging implementation in place in my application. The current implementation uses RowSet for paging. It takes the result set and creates a RowSet object from it.
I have added Hibernate support to my application. Now i want to add paging support to my application using Hibernate. The hibernate finders return me a Collection of objects. For paging i want to use my existing RowSet impl (cannot change that :(). Can you let me know how can i get a resultset/rowset using hibernate. Does Hibernate provide me with methods to get a resultset/rowset/scrollableset ??
Or is there an alternate way to do it ??
Thanks a lot,
Mrigank.
|
|