getObjectsById(oids, validate) - JDO PersistenceManager's method
Method javax.jdo.PersistenceManager
Object[] getObjectsById(
Object[] oids,
boolean validate
)
- 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