class org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder implements org.hibernate.engine.spi.ManagedEntity
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder
  super_class: java.lang.Object
{
  private org.hibernate.engine.spi.ManagedEntity managedEntity;
    descriptor: Lorg/hibernate/engine/spi/ManagedEntity;
    flags: (0x0002) ACC_PRIVATE

  private org.hibernate.engine.spi.ManagedEntity previous;
    descriptor: Lorg/hibernate/engine/spi/ManagedEntity;
    flags: (0x0002) ACC_PRIVATE

  private org.hibernate.engine.spi.ManagedEntity next;
    descriptor: Lorg/hibernate/engine/spi/ManagedEntity;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.hibernate.engine.spi.ManagedEntity);
    descriptor: (Lorg/hibernate/engine/spi/ManagedEntity;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
        start local 1 // org.hibernate.engine.spi.ManagedEntity immutableManagedEntity
         0: .line 569
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 570
            aload 0 /* this */
            aload 1 /* immutableManagedEntity */
            putfield org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder.managedEntity:Lorg/hibernate/engine/spi/ManagedEntity;
         2: .line 571
            return
        end local 1 // org.hibernate.engine.spi.ManagedEntity immutableManagedEntity
        end local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    3     0                    this  Lorg/hibernate/engine/internal/EntityEntryContext$ImmutableManagedEntityHolder;
            0    3     1  immutableManagedEntity  Lorg/hibernate/engine/spi/ManagedEntity;
    MethodParameters:
                        Name  Flags
      immutableManagedEntity  

  public java.lang.Object $$_hibernate_getEntityInstance();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
         0: .line 575
            aload 0 /* this */
            getfield org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder.managedEntity:Lorg/hibernate/engine/spi/ManagedEntity;
            invokeinterface org.hibernate.engine.spi.ManagedEntity.$$_hibernate_getEntityInstance:()Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/engine/internal/EntityEntryContext$ImmutableManagedEntityHolder;

  public org.hibernate.engine.spi.EntityEntry $$_hibernate_getEntityEntry();
    descriptor: ()Lorg/hibernate/engine/spi/EntityEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
         0: .line 580
            aload 0 /* this */
            getfield org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder.managedEntity:Lorg/hibernate/engine/spi/ManagedEntity;
            invokeinterface org.hibernate.engine.spi.ManagedEntity.$$_hibernate_getEntityEntry:()Lorg/hibernate/engine/spi/EntityEntry;
            areturn
        end local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/engine/internal/EntityEntryContext$ImmutableManagedEntityHolder;

  public void $$_hibernate_setEntityEntry(org.hibernate.engine.spi.EntityEntry);
    descriptor: (Lorg/hibernate/engine/spi/EntityEntry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
        start local 1 // org.hibernate.engine.spi.EntityEntry entityEntry
         0: .line 586
            aload 1 /* entityEntry */
            ifnonnull 4
         1: .line 587
            aload 0 /* this */
            invokevirtual org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder.canClearEntityEntryReference:()Z
            ifeq 5
         2: .line 588
            aload 0 /* this */
            getfield org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder.managedEntity:Lorg/hibernate/engine/spi/ManagedEntity;
            aconst_null
            invokeinterface org.hibernate.engine.spi.ManagedEntity.$$_hibernate_setEntityEntry:(Lorg/hibernate/engine/spi/EntityEntry;)V
         3: .line 591
            goto 5
         4: .line 601
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder.managedEntity:Lorg/hibernate/engine/spi/ManagedEntity;
            aload 1 /* entityEntry */
            invokeinterface org.hibernate.engine.spi.ManagedEntity.$$_hibernate_setEntityEntry:(Lorg/hibernate/engine/spi/EntityEntry;)V
         5: .line 603
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.hibernate.engine.spi.EntityEntry entityEntry
        end local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/hibernate/engine/internal/EntityEntryContext$ImmutableManagedEntityHolder;
            0    6     1  entityEntry  Lorg/hibernate/engine/spi/EntityEntry;
    MethodParameters:
             Name  Flags
      entityEntry  

  public org.hibernate.engine.spi.ManagedEntity $$_hibernate_getPreviousManagedEntity();
    descriptor: ()Lorg/hibernate/engine/spi/ManagedEntity;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
         0: .line 609
            aload 0 /* this */
            getfield org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder.previous:Lorg/hibernate/engine/spi/ManagedEntity;
            areturn
        end local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/engine/internal/EntityEntryContext$ImmutableManagedEntityHolder;

  public void $$_hibernate_setPreviousManagedEntity(org.hibernate.engine.spi.ManagedEntity);
    descriptor: (Lorg/hibernate/engine/spi/ManagedEntity;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
        start local 1 // org.hibernate.engine.spi.ManagedEntity previous
         0: .line 616
            aload 0 /* this */
            aload 1 /* previous */
            putfield org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder.previous:Lorg/hibernate/engine/spi/ManagedEntity;
         1: .line 617
            return
        end local 1 // org.hibernate.engine.spi.ManagedEntity previous
        end local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/hibernate/engine/internal/EntityEntryContext$ImmutableManagedEntityHolder;
            0    2     1  previous  Lorg/hibernate/engine/spi/ManagedEntity;
    MethodParameters:
          Name  Flags
      previous  

  public org.hibernate.engine.spi.ManagedEntity $$_hibernate_getNextManagedEntity();
    descriptor: ()Lorg/hibernate/engine/spi/ManagedEntity;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
         0: .line 623
            aload 0 /* this */
            getfield org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder.next:Lorg/hibernate/engine/spi/ManagedEntity;
            areturn
        end local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/engine/internal/EntityEntryContext$ImmutableManagedEntityHolder;

  public void $$_hibernate_setNextManagedEntity(org.hibernate.engine.spi.ManagedEntity);
    descriptor: (Lorg/hibernate/engine/spi/ManagedEntity;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
        start local 1 // org.hibernate.engine.spi.ManagedEntity next
         0: .line 630
            aload 0 /* this */
            aload 1 /* next */
            putfield org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder.next:Lorg/hibernate/engine/spi/ManagedEntity;
         1: .line 631
            return
        end local 1 // org.hibernate.engine.spi.ManagedEntity next
        end local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/engine/internal/EntityEntryContext$ImmutableManagedEntityHolder;
            0    2     1  next  Lorg/hibernate/engine/spi/ManagedEntity;
    MethodParameters:
      Name  Flags
      next  

  private boolean canClearEntityEntryReference();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
         0: .line 638
            aload 0 /* this */
            getfield org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder.managedEntity:Lorg/hibernate/engine/spi/ManagedEntity;
            invokeinterface org.hibernate.engine.spi.ManagedEntity.$$_hibernate_getEntityEntry:()Lorg/hibernate/engine/spi/EntityEntry;
            ifnonnull 2
         1: .line 639
            iconst_1
            ireturn
         2: .line 642
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder.managedEntity:Lorg/hibernate/engine/spi/ManagedEntity;
            invokeinterface org.hibernate.engine.spi.ManagedEntity.$$_hibernate_getEntityEntry:()Lorg/hibernate/engine/spi/EntityEntry;
            instanceof org.hibernate.engine.internal.ImmutableEntityEntry
            ifne 4
         3: .line 643
            iconst_1
            ireturn
         4: .line 645
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder.managedEntity:Lorg/hibernate/engine/spi/ManagedEntity;
            invokeinterface org.hibernate.engine.spi.ManagedEntity.$$_hibernate_getEntityEntry:()Lorg/hibernate/engine/spi/EntityEntry;
            invokeinterface org.hibernate.engine.spi.EntityEntry.getPersister:()Lorg/hibernate/persister/entity/EntityPersister;
            invokeinterface org.hibernate.persister.entity.EntityPersister.canUseReferenceCacheEntries:()Z
            ifeq 6
         5: .line 646
            iconst_0
            ireturn
         6: .line 649
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/hibernate/engine/internal/EntityEntryContext$ImmutableManagedEntityHolder;
}
SourceFile: "EntityEntryContext.java"
NestHost: org.hibernate.engine.internal.EntityEntryContext
InnerClasses:
  private ImmutableManagedEntityHolder = org.hibernate.engine.internal.EntityEntryContext$ImmutableManagedEntityHolder of org.hibernate.engine.internal.EntityEntryContext