ObjectDB ObjectDB

getObjectsById(oids, validate) - JDO PersistenceManager's method

Method
javax.jdo.PersistenceManager
Collection getObjectsById(
  Collection oids,
  boolean validate
)

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.
Returns:
the objects that were looked up, in the same order as the oids parameter.
Since:
JDO 2.0
See Also:
getObjectById(Object,boolean)