Uses of Class
jakarta.data.event.LifecycleEvent

Packages that use LifecycleEvent
Package
Description
 
  • Uses of LifecycleEvent in jakarta.data.event

    Modifier and Type
    Class
    Description
    class 
    An event that occurs when a Delete lifecycle method is called, after each record is deleted from the datastore.
    class 
    An event that occurs when an Insert lifecycle method is called, after each record is inserted into the datastore.
    class 
    An event that occurs when an Update lifecycle method is called, after each entity is updated in the datastore.
    class 
    An event that occurs when a Save lifecycle method is called, after each entity is inserted or updated in the datastore.
    class 
    An event that occurs when a Delete lifecycle method is called, but before each record is deleted from the datastore.
    class 
    An event that occurs when an Insert lifecycle method is called, but before each record is inserted into the datastore.
    class 
    An event that occurs when an Update lifecycle method is called, but before each entity is updated in the datastore.
    class 
    An event that occurs when a Save lifecycle method is called, but before each entity is inserted or updated in the datastore.