JDO Method
in javax.jdo.PersistenceManager

Collection getObjectsById(
  Collection oids
)


Return the objects with the given oids. This method is equivalent to calling (Collection, boolean) with the validate flag true.
Parameters:
oids - the oids of the objects to return
Return:
the objects that were looked up, in the same order as the oids parameter.
See Also:
getObjectsById
Since:
JDO 2.0