class org.hibernate.collection.internal.AbstractPersistentCollection$2 implements org.hibernate.collection.internal.AbstractPersistentCollection$LazyInitializationWork<java.lang.Boolean>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.collection.internal.AbstractPersistentCollection$2
  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 java.lang.Object val$index;
    descriptor: Ljava/lang/Object;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public java.lang.Boolean doWork();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$2 this
         0: .line 294
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$2.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            getfield org.hibernate.collection.internal.AbstractPersistentCollection.session:Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
            invokeinterface org.hibernate.engine.spi.SharedSessionContractImplementor.getPersistenceContext:()Lorg/hibernate/engine/spi/PersistenceContext;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$2.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokeinterface org.hibernate.engine.spi.PersistenceContext.getCollectionEntry:(Lorg/hibernate/collection/spi/PersistentCollection;)Lorg/hibernate/engine/spi/CollectionEntry;
            astore 1 /* entry */
        start local 1 // org.hibernate.engine.spi.CollectionEntry entry
         1: .line 295
            aload 1 /* entry */
            invokevirtual org.hibernate.engine.spi.CollectionEntry.getLoadedPersister:()Lorg/hibernate/persister/collection/CollectionPersister;
            astore 2 /* persister */
        start local 2 // org.hibernate.persister.collection.CollectionPersister persister
         2: .line 296
            aload 2 /* persister */
            invokeinterface org.hibernate.persister.collection.CollectionPersister.isExtraLazy:()Z
            ifeq 6
         3: .line 297
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$2.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.hasQueuedOperations:()Z
            ifeq 5
         4: .line 298
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$2.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            getfield org.hibernate.collection.internal.AbstractPersistentCollection.session:Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
            invokeinterface org.hibernate.engine.spi.SharedSessionContractImplementor.flush:()V
         5: .line 300
      StackMap locals: org.hibernate.engine.spi.CollectionEntry org.hibernate.persister.collection.CollectionPersister
      StackMap stack:
            aload 2 /* persister */
            aload 1 /* entry */
            invokevirtual org.hibernate.engine.spi.CollectionEntry.getLoadedKey:()Ljava/io/Serializable;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$2.val$index:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$2.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            getfield org.hibernate.collection.internal.AbstractPersistentCollection.session:Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
            invokeinterface org.hibernate.persister.collection.CollectionPersister.indexExists:(Ljava/io/Serializable;Ljava/lang/Object;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         6: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$2.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.read:()V
         7: .line 305
            aconst_null
            areturn
        end local 2 // org.hibernate.persister.collection.CollectionPersister persister
        end local 1 // org.hibernate.engine.spi.CollectionEntry entry
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$2;
            1    8     1      entry  Lorg/hibernate/engine/spi/CollectionEntry;
            2    8     2  persister  Lorg/hibernate/persister/collection/CollectionPersister;

  public java.lang.Object doWork();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection$2.doWork:()Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/hibernate/collection/internal/AbstractPersistentCollection$LazyInitializationWork<Ljava/lang/Boolean;>;
SourceFile: "AbstractPersistentCollection.java"
EnclosingMethod: org.hibernate.collection.internal.AbstractPersistentCollection.readIndexExistence:(Ljava/lang/Object;)Ljava/lang/Boolean;
NestHost: org.hibernate.collection.internal.AbstractPersistentCollection
InnerClasses:
  org.hibernate.collection.internal.AbstractPersistentCollection$2
  public abstract LazyInitializationWork = org.hibernate.collection.internal.AbstractPersistentCollection$LazyInitializationWork of org.hibernate.collection.internal.AbstractPersistentCollection