Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface StoreLifecycleListener
extends InstanceLifecycleListener
Method Summary | |
void |
|
void |
|
public void postStore(InstanceLifecycleEvent event)
Invoked whenever a persistent instance is stored, for example duringPersistenceManager.flush()
orTransaction.commit()
. It is called after the field values have been stored.
- Parameters:
event
- the store event.
- Since:
- 2.0
public void preStore(InstanceLifecycleEvent event)
Invoked whenever a persistent instance is stored, for example duringPersistenceManager.flush()
orTransaction.commit()
. It is called before the methodStoreCallback.jdoPreStore()
is invoked.
- Parameters:
event
- the store event.
- Since:
- 2.0