Module jakarta.data

Class PreDeleteEvent<E>

java.lang.Object
jakarta.data.event.LifecycleEvent<E>
jakarta.data.event.PreDeleteEvent<E>
Type Parameters:
E - the entity type

public class PreDeleteEvent<E> extends LifecycleEvent<E>
An event that occurs when a Delete lifecycle method is called, but before each record is deleted from the datastore.
  • Constructor Details

    • PreDeleteEvent

      public PreDeleteEvent(E entity)