5 Replies Latest reply on Jun 22, 2009 12:27 PM by allforjava.allforjava.aol.in

    How To: Fetch all the records from DB in one go?

    allforjava.allforjava.aol.in

      Dear Team,


      I want to fetch all the records from a table to render/diaply tree nodes (using richfaces recursiveTreeNodesAdaptor).


      However the EntityQuery.resultList only returns the number of records as per getMaxResults. Where as I need to display all the nodes for each records in DB


      Please suggest a way to implement it.


      Thank you in advance!