ObjectDB ObjectDB

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

Method
javax.jdo.PersistenceManager
Object[] getObjectsById(
  boolean validate,
  Object... oids
)

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