2 Replies Latest reply on May 29, 2003 10:32 AM by zmem31

    Ordering of entities from a finder method

    zmem31

      Newbie question here.

      In BMP entity beans, is the Collection of entities that are returned from the home's findByXxxx finder method guaranteed to be in the same order as the Collection of primary keys returned by the beans' ejbFindByXxxx method.

      I really need this to be true or I will have to go another direction.