public interface org.hibernate.event.spi.PersistEventListener extends java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.event.spi.PersistEventListener
  super_class: java.lang.Object
{
  public abstract void onPersist(org.hibernate.event.spi.PersistEvent);
    descriptor: (Lorg/hibernate/event/spi/PersistEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
       Name  Flags
      event  

  public abstract void onPersist(org.hibernate.event.spi.PersistEvent, java.util.Map);
    descriptor: (Lorg/hibernate/event/spi/PersistEvent;Ljava/util/Map;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
                Name  Flags
      event           
      createdAlready  
}
SourceFile: "PersistEventListener.java"