public interface org.hibernate.SessionFactoryObserver extends java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.SessionFactoryObserver
  super_class: java.lang.Object
{
  public void sessionFactoryCreated(org.hibernate.SessionFactory);
    descriptor: (Lorg/hibernate/SessionFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.hibernate.SessionFactoryObserver this
        start local 1 // org.hibernate.SessionFactory factory
         0: .line 24
            return
        end local 1 // org.hibernate.SessionFactory factory
        end local 0 // org.hibernate.SessionFactoryObserver this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/hibernate/SessionFactoryObserver;
            0    1     1  factory  Lorg/hibernate/SessionFactory;
    MethodParameters:
         Name  Flags
      factory  

  public void sessionFactoryClosing(org.hibernate.SessionFactory);
    descriptor: (Lorg/hibernate/SessionFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.hibernate.SessionFactoryObserver this
        start local 1 // org.hibernate.SessionFactory factory
         0: .line 40
            return
        end local 1 // org.hibernate.SessionFactory factory
        end local 0 // org.hibernate.SessionFactoryObserver this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/hibernate/SessionFactoryObserver;
            0    1     1  factory  Lorg/hibernate/SessionFactory;
    MethodParameters:
         Name  Flags
      factory  

  public void sessionFactoryClosed(org.hibernate.SessionFactory);
    descriptor: (Lorg/hibernate/SessionFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.hibernate.SessionFactoryObserver this
        start local 1 // org.hibernate.SessionFactory factory
         0: .line 50
            return
        end local 1 // org.hibernate.SessionFactory factory
        end local 0 // org.hibernate.SessionFactoryObserver this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/hibernate/SessionFactoryObserver;
            0    1     1  factory  Lorg/hibernate/SessionFactory;
    MethodParameters:
         Name  Flags
      factory  
}
SourceFile: "SessionFactoryObserver.java"