ObjectDB ObjectDB

retrieve(pc) - JDO PersistenceManager's method

Method
javax.jdo.PersistenceManager
void retrieve(
  Object pc
)

Retrieve field values of an instance from the store. This tells the PersistenceManager that the application intends to use the instance, and its field values must be retrieved.

The PersistenceManager might use policy information about the class to retrieve associated instances.

Parameters:
pc - the instance
Since:
JDO 1.0