ObjectDB ObjectDB

setUserObject(o) - JDO PersistenceManager's method

Method
javax.jdo.PersistenceManager
void setUserObject(
  Object o
)

The application can manage the PersistenceManager instances more easily by having an application object associated with each PersistenceManager instance.
Parameters:
o - the user instance to be remembered by the PersistenceManager
Since:
JDO 1.0
See Also:
getUserObject