Hello, Can i use Scrollable resultset in persistence broker api? I saw a test case in ODMG implementation, but can't find similar one in persistence broker implementation. I need some thought from you all. I am doing a search system and it will normally return a huge resultset (few thousand records), therefore i want to page the result and it will only return a subset of the resultset. Something like the Page to Page iterator of J2EE pattern.
