JDO Method
in 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
Return:
the corresponding persistent instance
Since:
JDO 1.0