class org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl implements org.hibernate.engine.spi.ManagedEntity
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl
  super_class: java.lang.Object
{
  private final java.lang.Object entityInstance;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.hibernate.engine.spi.EntityEntry entityEntry;
    descriptor: Lorg/hibernate/engine/spi/EntityEntry;
    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>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl this
        start local 1 // java.lang.Object entityInstance
         0: .line 412
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 413
            aload 0 /* this */
            aload 1 /* entityInstance */
            putfield org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl.entityInstance:Ljava/lang/Object;
         2: .line 414
            return
        end local 1 // java.lang.Object entityInstance
        end local 0 // org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/hibernate/engine/internal/EntityEntryContext$ManagedEntityImpl;
            0    3     1  entityInstance  Ljava/lang/Object;
    MethodParameters:
                Name  Flags
      entityInstance  

  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$ManagedEntityImpl this
         0: .line 418
            aload 0 /* this */
            getfield org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl.entityInstance:Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/engine/internal/EntityEntryContext$ManagedEntityImpl;

  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$ManagedEntityImpl this
         0: .line 423
            aload 0 /* this */
            getfield org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl.entityEntry:Lorg/hibernate/engine/spi/EntityEntry;
            areturn
        end local 0 // org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/engine/internal/EntityEntryContext$ManagedEntityImpl;

  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$ManagedEntityImpl this
        start local 1 // org.hibernate.engine.spi.EntityEntry entityEntry
         0: .line 428
            aload 0 /* this */
            aload 1 /* entityEntry */
            putfield org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl.entityEntry:Lorg/hibernate/engine/spi/EntityEntry;
         1: .line 429
            return
        end local 1 // org.hibernate.engine.spi.EntityEntry entityEntry
        end local 0 // org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/hibernate/engine/internal/EntityEntryContext$ManagedEntityImpl;
            0    2     1  entityEntry  Lorg/hibernate/engine/spi/EntityEntry;
    MethodParameters:
             Name  Flags
      entityEntry  

  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$ManagedEntityImpl this
         0: .line 433
            aload 0 /* this */
            getfield org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl.next:Lorg/hibernate/engine/spi/ManagedEntity;
            areturn
        end local 0 // org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/engine/internal/EntityEntryContext$ManagedEntityImpl;

  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$ManagedEntityImpl this
        start local 1 // org.hibernate.engine.spi.ManagedEntity next
         0: .line 438
            aload 0 /* this */
            aload 1 /* next */
            putfield org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl.next:Lorg/hibernate/engine/spi/ManagedEntity;
         1: .line 439
            return
        end local 1 // org.hibernate.engine.spi.ManagedEntity next
        end local 0 // org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/engine/internal/EntityEntryContext$ManagedEntityImpl;
            0    2     1  next  Lorg/hibernate/engine/spi/ManagedEntity;
    MethodParameters:
      Name  Flags
      next  

  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$ManagedEntityImpl this
         0: .line 443
            aload 0 /* this */
            getfield org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl.previous:Lorg/hibernate/engine/spi/ManagedEntity;
            areturn
        end local 0 // org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/engine/internal/EntityEntryContext$ManagedEntityImpl;

  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$ManagedEntityImpl this
        start local 1 // org.hibernate.engine.spi.ManagedEntity previous
         0: .line 448
            aload 0 /* this */
            aload 1 /* previous */
            putfield org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl.previous:Lorg/hibernate/engine/spi/ManagedEntity;
         1: .line 449
            return
        end local 1 // org.hibernate.engine.spi.ManagedEntity previous
        end local 0 // org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/hibernate/engine/internal/EntityEntryContext$ManagedEntityImpl;
            0    2     1  previous  Lorg/hibernate/engine/spi/ManagedEntity;
    MethodParameters:
          Name  Flags
      previous  
}
SourceFile: "EntityEntryContext.java"
NestHost: org.hibernate.engine.internal.EntityEntryContext
InnerClasses:
  private ManagedEntityImpl = org.hibernate.engine.internal.EntityEntryContext$ManagedEntityImpl of org.hibernate.engine.internal.EntityEntryContext