public interface LifecycleSaveAware
This interface allows objects that implemented to be notified after save operations were executed on the object.
This can be used to cleanup objects' state in case objects keep a log of of operations that they are executing to minimize the DB updates number.
Modifier and Type | Method and Description |
---|---|
void |
afterSaveObject()
Called after an object is saved.
|