0 Replies Latest reply on Nov 15, 2006 7:22 AM by kanth_seenu

    Finder method return type

    kanth_seenu

      In our project after getting the local objects by finder methods we are explicitly converting the local objects to Value objects.

      This accounts to performance degradation when the record count is high, converting ........ every object in loop

      Is there any decent way of achieving this other than the cumbersome approach above ?