|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface is implemented by listeners to be notified of store events.
| Method Summary | |
void |
postStore(InstanceLifecycleEvent event)
Invoked whenever a persistent instance is stored, for example during PersistenceManager.flush() or Transaction.commit(). |
void |
preStore(InstanceLifecycleEvent event)
Invoked whenever a persistent instance is stored, for example during PersistenceManager.flush() or Transaction.commit(). |
| Method Detail |
public void preStore(InstanceLifecycleEvent event)
PersistenceManager.flush() or Transaction.commit(). It is called before the
method StoreCallback.jdoPreStore() is invoked.
event - the store event.public void postStore(InstanceLifecycleEvent event)
PersistenceManager.flush() or Transaction.commit(). It is called after the
field values have been stored.
event - the store event.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||