public interface StoreLifecycleListener extends InstanceLifecycleListener
Modifier and Type | Method and Description |
---|---|
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() . |
void preStore(InstanceLifecycleEvent event)
PersistenceManager.flush()
or
Transaction.commit()
. It is called before the
method StoreCallback.jdoPreStore()
is invoked.event
- the store event.void postStore(InstanceLifecycleEvent event)
PersistenceManager.flush()
or
Transaction.commit()
. It is called after the
field values have been stored.event
- the store event.Copyright © 2005–1970 Apache Software Foundation. All rights reserved.