[OJB-developers] Limit Number Of Objects in Query
Brought to you by:
thma
From: Domagoj J. <do...@la...> - 2002-05-29 10:03:54
|
OK, this is a theoretical question, I didn't used OJB yet so maybe this is supported feature but I am not aware of it ? So I want to know is it possible to limit (aka: Statement.setMaxRows() ) the number of returned objects by query. Or using scrollable ResultSet and getting rows from database and materializing objects as they needed would be even better, much better. |