public class CacheSubscriptionListener extends DescriptorEventAdapter
| Constructor and Description |
|---|
CacheSubscriptionListener(CacheSubscription subscription) |
| Modifier and Type | Method and Description |
|---|---|
void |
postDelete(DescriptorEvent event)
This event is raised after an object is deleted from the database.
|
void |
postInsert(DescriptorEvent event)
This event is raised after an object is inserted to the database.
|
void |
postUpdate(DescriptorEvent event)
This event is raised after an object updated in the database.
|
aboutToDelete, aboutToInsert, aboutToUpdate, isOverriddenEvent, postBuild, postClone, postMerge, postRefresh, postWrite, preDelete, preInsert, prePersist, preRemove, preUpdate, preUpdateWithChanges, preWritepublic CacheSubscriptionListener(CacheSubscription subscription)
public void postUpdate(DescriptorEvent event)
DescriptorEventListenerpostUpdate in interface DescriptorEventListenerpostUpdate in class DescriptorEventAdapterpublic void postInsert(DescriptorEvent event)
DescriptorEventListenerpostInsert in interface DescriptorEventListenerpostInsert in class DescriptorEventAdapterpublic void postDelete(DescriptorEvent event)
DescriptorEventListenerpostDelete in interface DescriptorEventListenerpostDelete in class DescriptorEventAdapter