class org.hibernate.collection.internal.AbstractPersistentCollection$4 implements org.hibernate.collection.internal.AbstractPersistentCollection$LazyInitializationWork<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.collection.internal.AbstractPersistentCollection$4
  super_class: java.lang.Object
{
  final org.hibernate.collection.internal.AbstractPersistentCollection this$0;
    descriptor: Lorg/hibernate/collection/internal/AbstractPersistentCollection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$writing;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.hibernate.collection.internal.AbstractPersistentCollection, boolean);
    descriptor: (Lorg/hibernate/collection/internal/AbstractPersistentCollection;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$4 this
         0: .line 569
            aload 0 /* this */
            aload 1
            putfield org.hibernate.collection.internal.AbstractPersistentCollection$4.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            aload 0 /* this */
            iload 2
            putfield org.hibernate.collection.internal.AbstractPersistentCollection$4.val$writing:Z
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$4;
    MethodParameters:
             Name  Flags
      this$0       final
      val$writing  final

  public java.lang.Object doWork();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$4 this
         0: .line 572
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$4.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            getfield org.hibernate.collection.internal.AbstractPersistentCollection.session:Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$4.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$4.val$writing:Z
            invokeinterface org.hibernate.engine.spi.SharedSessionContractImplementor.initializeCollection:(Lorg/hibernate/collection/spi/PersistentCollection;Z)V
         1: .line 573
            aconst_null
            areturn
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$4;
}
Signature: Ljava/lang/Object;Lorg/hibernate/collection/internal/AbstractPersistentCollection$LazyInitializationWork<Ljava/lang/Object;>;
SourceFile: "AbstractPersistentCollection.java"
EnclosingMethod: org.hibernate.collection.internal.AbstractPersistentCollection.initialize:(Z)V
NestHost: org.hibernate.collection.internal.AbstractPersistentCollection
InnerClasses:
  org.hibernate.collection.internal.AbstractPersistentCollection$4
  public abstract LazyInitializationWork = org.hibernate.collection.internal.AbstractPersistentCollection$LazyInitializationWork of org.hibernate.collection.internal.AbstractPersistentCollection