ObjectDB ObjectDB

getObjectById(oid) - JDO PersistenceManager's method

Method
javax.jdo.PersistenceManager
Object getObjectById(
  Object oid
)

Looks up the instance corresponding to the specified oid. This is equivalent to getObjectById(oid, true);
Parameters:
oid - The object id of the object to load
Returns:
the corresponding persistent instance
Since:
JDO 1.0