public class ObjectExtensionCleaner extends Object implements PersistentEventHandler<Persistent>
Constructor and Description |
---|
ObjectExtensionCleaner() |
Modifier and Type | Method and Description |
---|---|
void |
beforeDelete(Persistent o)
Called before the object is deleted from the database.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
afterDelete, afterInsert, afterRead, afterUpdate, beforeInsert, beforeUpdate
public void beforeDelete(Persistent o)
PersistentEventHandler
beforeDelete
in interface PersistentEventHandler<Persistent>
o
- the object to be deleted@enterprise 10.0.38934 Copyright © 2001-2024 Groiss Informatics GmbH. All Rights Reserved.