P
- PersistentEventHandler
directly which provides default implementations now@Deprecated public class PersistentEventAdapter<P extends Persistent> extends Object implements PersistentEventHandler<P>
Constructor and Description |
---|
PersistentEventAdapter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
beforeDelete(P o)
Deprecated.
Called before the object is deleted from the database.
|
void |
beforeInsert(P o)
Deprecated.
Called before the object is inserted into the database.
|
void |
beforeUpdate(P o)
Deprecated.
Called before the object is updated in the database.
|
void |
onDelete(P o)
Deprecated.
|
void |
onInsert(P o)
Deprecated.
|
void |
onUpdate(P o)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
afterDelete, afterInsert, afterRead, afterUpdate
public void beforeInsert(P o)
PersistentEventHandler
beforeInsert
in interface PersistentEventHandler<P extends Persistent>
o
- the object to be insertedpublic void beforeUpdate(P o)
PersistentEventHandler
beforeUpdate
in interface PersistentEventHandler<P extends Persistent>
o
- the object to be updatedpublic void beforeDelete(P o)
PersistentEventHandler
beforeDelete
in interface PersistentEventHandler<P extends Persistent>
o
- the object to be deleted@Deprecated public void onInsert(P o)
beforeInsert(Persistent)
o
- @Deprecated public void onUpdate(P o)
beforeUpdate(Persistent)
o
- @Deprecated public void onDelete(P o)
beforeDelete(Persistent)
o
- @enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.