JDO Method
in javax.jdo.spi.PersistenceCapable

PersistenceManager jdoGetPersistenceManager()


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

Transient non-transactional instances return null.

This method always delegates to the StateManager if it is non-null.

Return:
the PersistenceManager associated with this instance.
Since:
JDO 1.0