ObjectDB ObjectDB

retrieveAll(pcs) - JDO PersistenceManager's method

Method
javax.jdo.PersistenceManager
void retrieveAll(
  Collection pcs
)

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

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

Parameters:
pcs - the instances
Since:
JDO 1.0