1 Reply Latest reply on Oct 2, 2003 11:35 PM by nraghuram

    EJB - listing paging

    serghei

      People, I have a problem:
      I want to display list of EJBs by pages.
      something like topics list in this forum.
      And I don't know how to make select.
      I need something like: findAll( int pageNr, int elementsPerPage)

      I know that I could select all objects and then
      select objects I need, but this is wastes memory.

      Any ideas?