public abstract class org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation implements org.hibernate.collection.internal.AbstractPersistentCollection$ValueDelayedOperation
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation
  super_class: java.lang.Object
{
  private java.lang.Object addedValue;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object orphan;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

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

  protected void <init>(org.hibernate.collection.internal.AbstractPersistentCollection, java.lang.Object, java.lang.Object);
    descriptor: (Lorg/hibernate/collection/internal/AbstractPersistentCollection;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation this
        start local 2 // java.lang.Object addedValue
        start local 3 // java.lang.Object orphan
         0: .line 1157
            aload 0 /* this */
            aload 1
            putfield org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1158
            aload 0 /* this */
            aload 2 /* addedValue */
            putfield org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation.addedValue:Ljava/lang/Object;
         2: .line 1159
            aload 0 /* this */
            aload 3 /* orphan */
            putfield org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation.orphan:Ljava/lang/Object;
         3: .line 1160
            return
        end local 3 // java.lang.Object orphan
        end local 2 // java.lang.Object addedValue
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$AbstractValueDelayedOperation;
            0    4     2  addedValue  Ljava/lang/Object;
            0    4     3      orphan  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      this$0      final
      addedValue  
      orphan      

  public void replace(org.hibernate.persister.collection.CollectionPersister, java.util.Map);
    descriptor: (Lorg/hibernate/persister/collection/CollectionPersister;Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation this
        start local 1 // org.hibernate.persister.collection.CollectionPersister persister
        start local 2 // java.util.Map copyCache
         0: .line 1163
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation.addedValue:Ljava/lang/Object;
            ifnull 2
         1: .line 1164
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* persister */
            invokeinterface org.hibernate.persister.collection.CollectionPersister.getElementType:()Lorg/hibernate/type/Type;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation.addedValue:Ljava/lang/Object;
            aload 2 /* copyCache */
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation.getReplacement:(Lorg/hibernate/type/Type;Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;
            putfield org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation.addedValue:Ljava/lang/Object;
         2: .line 1166
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.Map copyCache
        end local 1 // org.hibernate.persister.collection.CollectionPersister persister
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$AbstractValueDelayedOperation;
            0    3     1  persister  Lorg/hibernate/persister/collection/CollectionPersister;
            0    3     2  copyCache  Ljava/util/Map;
    MethodParameters:
           Name  Flags
      persister  
      copyCache  

  protected final java.lang.Object getReplacement(org.hibernate.type.Type, java.lang.Object, java.util.Map);
    descriptor: (Lorg/hibernate/type/Type;Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation this
        start local 1 // org.hibernate.type.Type type
        start local 2 // java.lang.Object current
        start local 3 // java.util.Map copyCache
         0: .line 1169
            aload 1 /* type */
            aload 2 /* current */
            aconst_null
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation.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$AbstractValueDelayedOperation.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            getfield org.hibernate.collection.internal.AbstractPersistentCollection.owner:Ljava/lang/Object;
            aload 3 /* copyCache */
            invokeinterface org.hibernate.type.Type.replace:(Ljava/lang/Object;Ljava/lang/Object;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;
            areturn
        end local 3 // java.util.Map copyCache
        end local 2 // java.lang.Object current
        end local 1 // org.hibernate.type.Type type
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$AbstractValueDelayedOperation;
            0    1     1       type  Lorg/hibernate/type/Type;
            0    1     2    current  Ljava/lang/Object;
            0    1     3  copyCache  Ljava/util/Map;
    MethodParameters:
           Name  Flags
      type       
      current    
      copyCache  

  public final java.lang.Object getAddedInstance();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation this
         0: .line 1174
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation.addedValue:Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$AbstractValueDelayedOperation;

  public final java.lang.Object getOrphan();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation this
         0: .line 1179
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation.orphan:Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$AbstractValueDelayedOperation;
}
SourceFile: "AbstractPersistentCollection.java"
NestHost: org.hibernate.collection.internal.AbstractPersistentCollection
InnerClasses:
  protected abstract AbstractValueDelayedOperation = org.hibernate.collection.internal.AbstractPersistentCollection$AbstractValueDelayedOperation of org.hibernate.collection.internal.AbstractPersistentCollection
  protected abstract ValueDelayedOperation = org.hibernate.collection.internal.AbstractPersistentCollection$ValueDelayedOperation of org.hibernate.collection.internal.AbstractPersistentCollection