|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoreCallback
This interface is used to notify instances of store events.
Method Summary | |
---|---|
void |
jdoPreStore()
Called before the values are stored from this instance to the data store. |
Method Detail |
---|
void jdoPreStore()
Data store fields that might have been affected by modified non-persistent fields should be updated in this method.
This method is modified by the enhancer so that changes to
persistent fields will be reflected in the data store.
The context in which this call is made allows access to the
PersistenceManager
and other persistent JDO instances.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |