JDO External Listeners

The following types can be used to implement external listener classes for JDO lifecycle events:

Listener objects can be bound to one or more persistence capable classes by invoking the addInstanceLifecycleListner method either at the PersistenceManagerFactoryjavax.jdo.PersistenceManagerFactory - JDO InterfaceThe PersistenceManagerFactory is the interface to use to obtain PersistenceManager instances. level or the PersistenceManagerjavax.jdo.PersistenceManager - JDO InterfacePersistenceManager is the primary interface for JDO-aware application components. level.