JDO Method
in javax.jdo.PersistenceManager

Object[] getObjectsById(
  boolean validate, 
  Object... oids
)


Return the objects with the given oids.
Parameters:
oids - the oids of the objects to return
validate - if true, the existance of the objects in the datastore will be validated.
Return:
the objects that were looked up, in the same order as the oids parameter.
See Also:
getObjectById
Since:
JDO 2.1