-
When using paging we define 'limit' and 'offset' but also we need to know how many records query could return without limitation conditions.
(Example: showing records 50-100 of 874)
So, now we need issue 2 queries 1 with limit condition to obtain records and another one without - to obtain total records count.
Suggestion:
Update method
public ResultsIterator select(final Class beanClass...
2009-06-18 13:13:07 UTC by marelis00
-
jhsolorz committed patchset 117 of module pbeans to the pBeans Java Persistence Layer and ORM CVS repository, changing 4 files.
2008-12-14 18:34:23 UTC by jhsolorz
-
jhsolorz committed patchset 116 of module pbeans to the pBeans Java Persistence Layer and ORM CVS repository, changing 1 files.
2008-12-13 20:05:50 UTC by jhsolorz
-
jhsolorz committed patchset 115 of module pbeans to the pBeans Java Persistence Layer and ORM CVS repository, changing 1 files.
2008-12-13 19:45:55 UTC by jhsolorz
-
jhsolorz committed patchset 114 of module pbeans to the pBeans Java Persistence Layer and ORM CVS repository, changing 1 files.
2008-12-13 19:43:31 UTC by jhsolorz
-
jhsolorz committed patchset 113 of module pbeans to the pBeans Java Persistence Layer and ORM CVS repository, changing 1 files.
2008-12-06 19:27:30 UTC by jhsolorz
-
jhsolorz committed patchset 112 of module pbeans to the pBeans Java Persistence Layer and ORM CVS repository, changing 1 files.
2008-11-30 15:52:52 UTC by jhsolorz
-
jhsolorz committed patchset 111 of module pbeans to the pBeans Java Persistence Layer and ORM CVS repository, changing 3 files.
2008-11-30 14:05:44 UTC by jhsolorz
-
jhsolorz committed patchset 110 of module pbeans to the pBeans Java Persistence Layer and ORM CVS repository, changing 5 files.
2008-11-30 01:50:39 UTC by jhsolorz
-
jhsolorz committed patchset 109 of module pbeans to the pBeans Java Persistence Layer and ORM CVS repository, changing 2 files.
2008-11-10 19:53:11 UTC by jhsolorz