Module jakarta.data
Package jakarta.data.event
package jakarta.data.event
-
ClassesClassDescriptionAbstract supertype of events relating to lifecycle methods.An event that occurs when a
Deletelifecycle method is called, after each record is deleted from the datastore.An event that occurs when anInsertlifecycle method is called, after each record is inserted into the datastore.An event that occurs when anUpdatelifecycle method is called, after each entity is updated in the datastore.An event that occurs when aDeletelifecycle method is called, but before each record is deleted from the datastore.An event that occurs when anInsertlifecycle method is called, but before each record is inserted into the datastore.An event that occurs when anUpdatelifecycle method is called, but before each entity is updated in the datastore.