public interface org.hibernate.classic.Lifecycle
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.classic.Lifecycle
  super_class: java.lang.Object
{
  public static final boolean VETO;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final boolean NO_VETO;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public abstract boolean onSave(org.hibernate.Session);
    descriptor: (Lorg/hibernate/Session;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.CallbackException
    MethodParameters:
      Name  Flags
      s     

  public abstract boolean onUpdate(org.hibernate.Session);
    descriptor: (Lorg/hibernate/Session;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.CallbackException
    MethodParameters:
      Name  Flags
      s     

  public abstract boolean onDelete(org.hibernate.Session);
    descriptor: (Lorg/hibernate/Session;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.CallbackException
    MethodParameters:
      Name  Flags
      s     

  public abstract void onLoad(org.hibernate.Session, java.io.Serializable);
    descriptor: (Lorg/hibernate/Session;Ljava/io/Serializable;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      s     
      id    
}
SourceFile: "Lifecycle.java"