Module jakarta.data

Package jakarta.data.event


package jakarta.data.event
  • Classes
    Class
    Description
    Abstract supertype of events relating to lifecycle methods.
    An event that occurs when a Delete lifecycle method is called, after each record is deleted from the datastore.
    An event that occurs when an Insert lifecycle method is called, after each record is inserted into the datastore.
    An event that occurs when an Update lifecycle method is called, after each entity is updated in the datastore.
    An event that occurs when a Delete lifecycle method is called, but before each record is deleted from the datastore.
    An event that occurs when an Insert lifecycle method is called, but before each record is inserted into the datastore.
    An event that occurs when an Update lifecycle method is called, but before each entity is updated in the datastore.