void postStore(
InstanceLifecycleEvent event
)
Invoked whenever a persistent instance is stored, for example during javax.jdo.PersistenceManager.flush or javax.jdo.Transaction.commit. It is called after the field values have been stored.
- Parameters:
event
- the store event.
- Since:
- JDO 2.0