|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Representation for Mapping callbacks within JDO.
Method Summary | |
void |
deleteDependent(StateManager sm)
Clear the collection and delete child dependent elements, values or keys that are tagged as dependent. |
void |
postFetch(StateManager sm)
Method called after the retrieval of objects, so that additional operations can be performed if necessary. |
void |
postInsert(StateManager sm)
Method called after the insert of objects so that additional operations can be performed if necessary. |
void |
postUpdate(StateManager sm)
Method called after the update of objects, so that additional operations can be performed if necessary. |
void |
preDelete(StateManager sm)
Method called before the delete of objects, so that additional operations can be performed if necessary. |
Method Detail |
public void postInsert(StateManager sm)
sm
- StateManager of the ownerpublic void postFetch(StateManager sm)
sm
- StateManager of the ownerpublic void postUpdate(StateManager sm)
sm
- StateManager of the ownerpublic void preDelete(StateManager sm)
sm
- StateManager of the ownerpublic void deleteDependent(StateManager sm)
sm
- the owner StateManager
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |