void preStore(
InstanceLifecycleEvent event
)
Invoked whenever a persistent instance is stored, for example during javax.jdo.PersistenceManager.flush or javax.jdo.Transaction.commit. It is called before the method StoreCallback.jdoPreStore is invoked.
- Parameters:
event
- the store event.
- Since:
- JDO 2.0