Uses of Class
jakarta.data.event.LifecycleEvent
Packages that use LifecycleEvent
-
Uses of LifecycleEvent in jakarta.data.event
Subclasses of LifecycleEvent in jakarta.data.eventModifier and TypeClassDescriptionclassAn event that occurs when aDeletelifecycle method is called, after each record is deleted from the datastore.classAn event that occurs when anInsertlifecycle method is called, after each record is inserted into the datastore.classAn event that occurs when anUpdatelifecycle method is called, after each entity is updated in the datastore.classAn event that occurs when aSavelifecycle method is called, after each entity is inserted or updated in the datastore.classAn event that occurs when aDeletelifecycle method is called, but before each record is deleted from the datastore.classAn event that occurs when anInsertlifecycle method is called, but before each record is inserted into the datastore.classAn event that occurs when anUpdatelifecycle method is called, but before each entity is updated in the datastore.classAn event that occurs when aSavelifecycle method is called, but before each entity is inserted or updated in the datastore.