class org.hibernate.engine.spi.ActionQueue$8 extends org.hibernate.engine.spi.ActionQueue$ListProvider<org.hibernate.action.internal.EntityDeleteAction>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.engine.spi.ActionQueue$8
  super_class: org.hibernate.engine.spi.ActionQueue$ListProvider
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.engine.spi.ActionQueue$8 this
         0: .line 209
            aload 0 /* this */
            invokespecial org.hibernate.engine.spi.ActionQueue$ListProvider.<init>:()V
            return
        end local 0 // org.hibernate.engine.spi.ActionQueue$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/engine/spi/ActionQueue$8;

  org.hibernate.engine.spi.ExecutableList<org.hibernate.action.internal.EntityDeleteAction> get(org.hibernate.engine.spi.ActionQueue);
    descriptor: (Lorg/hibernate/engine/spi/ActionQueue;)Lorg/hibernate/engine/spi/ExecutableList;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.hibernate.engine.spi.ActionQueue$8 this
        start local 1 // org.hibernate.engine.spi.ActionQueue instance
         0: .line 211
            aload 1 /* instance */
            getfield org.hibernate.engine.spi.ActionQueue.deletions:Lorg/hibernate/engine/spi/ExecutableList;
            areturn
        end local 1 // org.hibernate.engine.spi.ActionQueue instance
        end local 0 // org.hibernate.engine.spi.ActionQueue$8 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/hibernate/engine/spi/ActionQueue$8;
            0    1     1  instance  Lorg/hibernate/engine/spi/ActionQueue;
    Signature: (Lorg/hibernate/engine/spi/ActionQueue;)Lorg/hibernate/engine/spi/ExecutableList<Lorg/hibernate/action/internal/EntityDeleteAction;>;
    MethodParameters:
          Name  Flags
      instance  

  org.hibernate.engine.spi.ExecutableList<org.hibernate.action.internal.EntityDeleteAction> init(org.hibernate.engine.spi.ActionQueue);
    descriptor: (Lorg/hibernate/engine/spi/ActionQueue;)Lorg/hibernate/engine/spi/ExecutableList;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.hibernate.engine.spi.ActionQueue$8 this
        start local 1 // org.hibernate.engine.spi.ActionQueue instance
         0: .line 215
            aload 1 /* instance */
            new org.hibernate.engine.spi.ExecutableList
            dup
            iconst_0
            invokespecial org.hibernate.engine.spi.ExecutableList.<init>:(Z)V
            dup_x1
            putfield org.hibernate.engine.spi.ActionQueue.deletions:Lorg/hibernate/engine/spi/ExecutableList;
            areturn
        end local 1 // org.hibernate.engine.spi.ActionQueue instance
        end local 0 // org.hibernate.engine.spi.ActionQueue$8 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/hibernate/engine/spi/ActionQueue$8;
            0    1     1  instance  Lorg/hibernate/engine/spi/ActionQueue;
    Signature: (Lorg/hibernate/engine/spi/ActionQueue;)Lorg/hibernate/engine/spi/ExecutableList<Lorg/hibernate/action/internal/EntityDeleteAction;>;
    MethodParameters:
          Name  Flags
      instance  
}
Signature: Lorg/hibernate/engine/spi/ActionQueue$ListProvider<Lorg/hibernate/action/internal/EntityDeleteAction;>;
SourceFile: "ActionQueue.java"
EnclosingMethod: org.hibernate.engine.spi.ActionQueue
NestHost: org.hibernate.engine.spi.ActionQueue
InnerClasses:
  org.hibernate.engine.spi.ActionQueue$8
  private abstract ListProvider = org.hibernate.engine.spi.ActionQueue$ListProvider of org.hibernate.engine.spi.ActionQueue