Method Summary |
|
public void | afterDelete(PersistenceBroker broker) Is called as the last operation after an object was deleted in the underlying
persistence system. |
public void | afterInsert(PersistenceBroker broker) Is called as the last operation after an object was inserted into the underlying
persistence system. |
public void | afterLookup(PersistenceBroker broker) Is called as the last operation after an object was retrieved from the underlying
persistence system via a call to the getObjectByXXX() or
getCollectionByXXX() /getIteratorByXXX() methods in
PersistenceBroker . |
public void | afterUpdate(PersistenceBroker broker) Is called as the last operation after an object was updated in the underlying
persistence system. |
public void | beforeDelete(PersistenceBroker broker) Is called as the first operation before an object is deleted in the underlying
persistence system. |
public void | beforeInsert(PersistenceBroker broker) Is called as the first operation before an object is inserted into the underlying
persistence system. |
public void | beforeUpdate(PersistenceBroker broker) Is called as the first operation before an object is updated in the underlying
persistence system. |