Module jakarta.data

Class PreInsertEvent<E>

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

public class PreInsertEvent<E> extends LifecycleEvent<E>
An event that occurs when an Insert lifecycle method is called, but before each record is inserted into the datastore.
  • Constructor Details

    • PreInsertEvent

      public PreInsertEvent(E entity)