JDO Method
in javax.jdo.spi.StateInterrogation

PersistenceManager getPersistenceManager(
  Object pc
)


Return the associated PersistenceManager if there is one. Transactional and persistent instances return the associated PersistenceManager.

Transient non-transactional instances return null.

Instances unknown by the implementation return null.

Parameters:
pc - the instance.
Return:
the PersistenceManager associated with the parameter instance.
See Also:
PersistenceCapable()
Since:
JDO 2.0