class org.hibernate.collection.internal.AbstractPersistentCollection$1 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$1
  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

  void <init>(org.hibernate.collection.internal.AbstractPersistentCollection);
    descriptor: (Lorg/hibernate/collection/internal/AbstractPersistentCollection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$1 this
         0: .line 153
            aload 0 /* this */
            aload 1
            putfield org.hibernate.collection.internal.AbstractPersistentCollection$1.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$1;
    MethodParameters:
        Name  Flags
      this$0  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$1 this
         0: .line 156
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$1.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$1.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 158
            aload 1 /* entry */
            ifnull 10
         2: .line 159
            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
         3: .line 160
            aload 2 /* persister */
            invokeinterface org.hibernate.persister.collection.CollectionPersister.isExtraLazy:()Z
            ifeq 8
         4: .line 161
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$1.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.hasQueuedOperations:()Z
            ifeq 6
         5: .line 162
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$1.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
         6: .line 164
      StackMap locals: org.hibernate.engine.spi.CollectionEntry org.hibernate.persister.collection.CollectionPersister
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$1.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            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$1.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.getSize:(Ljava/io/Serializable;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)I
            putfield org.hibernate.collection.internal.AbstractPersistentCollection.cachedSize:I
         7: .line 165
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         8: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$1.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.read:()V
        end local 2 // org.hibernate.persister.collection.CollectionPersister persister
         9: .line 170
            goto 11
        10: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$1.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.throwLazyInitializationExceptionIfNotConnected:()V
        11: .line 174
      StackMap locals:
      StackMap stack:
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 1 // org.hibernate.engine.spi.CollectionEntry entry
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$1;
            1   12     1      entry  Lorg/hibernate/engine/spi/CollectionEntry;
            3    9     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$1.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.readSize:()Z
NestHost: org.hibernate.collection.internal.AbstractPersistentCollection
InnerClasses:
  org.hibernate.collection.internal.AbstractPersistentCollection$1
  public abstract LazyInitializationWork = org.hibernate.collection.internal.AbstractPersistentCollection$LazyInitializationWork of org.hibernate.collection.internal.AbstractPersistentCollection