40 words
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.PersistenceManagerFactoryJDO interfaceThe PersistenceManagerFactory is the interface to use to obtain PersistenceManager instances.
See JavaDoc Reference Page... level or the PersistenceManagerjavax.jdo.PersistenceManagerJDO interfacePersistenceManager is the primary interface for JDO-aware application components.
See JavaDoc Reference Page... level.
This documentation page is derived (with some adjustments) from the JDO 2.2 API
and is available under the terms of the Apache License, v. 2.0.