class org.hibernate.internal.SessionFactoryImpl$1IntegratorObserver implements org.hibernate.SessionFactoryObserver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.internal.SessionFactoryImpl$1IntegratorObserver
  super_class: java.lang.Object
{
  private java.util.ArrayList<org.hibernate.integrator.spi.Integrator> integrators;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/ArrayList<Lorg/hibernate/integrator/spi/Integrator;>;

  final org.hibernate.internal.SessionFactoryImpl this$0;
    descriptor: Lorg/hibernate/internal/SessionFactoryImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.hibernate.internal.SessionFactoryImpl);
    descriptor: (Lorg/hibernate/internal/SessionFactoryImpl;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.internal.SessionFactoryImpl$1IntegratorObserver this
         0: .line 257
            aload 0 /* this */
            aload 1
            putfield org.hibernate.internal.SessionFactoryImpl$1IntegratorObserver.this$0:Lorg/hibernate/internal/SessionFactoryImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 258
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.hibernate.internal.SessionFactoryImpl$1IntegratorObserver.integrators:Ljava/util/ArrayList;
         2: .line 257
            return
        end local 0 // org.hibernate.internal.SessionFactoryImpl$1IntegratorObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/internal/SessionFactoryImpl$1IntegratorObserver;
    MethodParameters:
        Name  Flags
      this$0  final

  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.internal.SessionFactoryImpl$1IntegratorObserver this
        start local 1 // org.hibernate.SessionFactory factory
         0: .line 262
            return
        end local 1 // org.hibernate.SessionFactory factory
        end local 0 // org.hibernate.internal.SessionFactoryImpl$1IntegratorObserver this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/hibernate/internal/SessionFactoryImpl$1IntegratorObserver;
            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=3, locals=4, args_size=2
        start local 0 // org.hibernate.internal.SessionFactoryImpl$1IntegratorObserver this
        start local 1 // org.hibernate.SessionFactory factory
         0: .line 266
            aload 0 /* this */
            getfield org.hibernate.internal.SessionFactoryImpl$1IntegratorObserver.integrators:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: org.hibernate.internal.SessionFactoryImpl$1IntegratorObserver org.hibernate.SessionFactory top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.hibernate.integrator.spi.Integrator
            astore 2 /* integrator */
        start local 2 // org.hibernate.integrator.spi.Integrator integrator
         2: .line 267
            aload 2 /* integrator */
            aload 0 /* this */
            getfield org.hibernate.internal.SessionFactoryImpl$1IntegratorObserver.this$0:Lorg/hibernate/internal/SessionFactoryImpl;
            aload 0 /* this */
            getfield org.hibernate.internal.SessionFactoryImpl$1IntegratorObserver.this$0:Lorg/hibernate/internal/SessionFactoryImpl;
            getfield org.hibernate.internal.SessionFactoryImpl.serviceRegistry:Lorg/hibernate/service/spi/SessionFactoryServiceRegistry;
            invokeinterface org.hibernate.integrator.spi.Integrator.disintegrate:(Lorg/hibernate/engine/spi/SessionFactoryImplementor;Lorg/hibernate/service/spi/SessionFactoryServiceRegistry;)V
        end local 2 // org.hibernate.integrator.spi.Integrator integrator
         3: .line 266
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 269
            aload 0 /* this */
            getfield org.hibernate.internal.SessionFactoryImpl$1IntegratorObserver.integrators:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
         5: .line 270
            return
        end local 1 // org.hibernate.SessionFactory factory
        end local 0 // org.hibernate.internal.SessionFactoryImpl$1IntegratorObserver this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/hibernate/internal/SessionFactoryImpl$1IntegratorObserver;
            0    6     1     factory  Lorg/hibernate/SessionFactory;
            2    3     2  integrator  Lorg/hibernate/integrator/spi/Integrator;
    MethodParameters:
         Name  Flags
      factory  
}
SourceFile: "SessionFactoryImpl.java"
EnclosingMethod: org.hibernate.internal.SessionFactoryImpl.<init>:(Lorg/hibernate/boot/spi/BootstrapContext;Lorg/hibernate/boot/spi/MetadataImplementor;Lorg/hibernate/boot/spi/SessionFactoryOptions;)V
NestHost: org.hibernate.internal.SessionFactoryImpl
InnerClasses:
  IntegratorObserver = org.hibernate.internal.SessionFactoryImpl$1IntegratorObserver