public interface org.hibernate.engine.spi.ManagedEntity extends org.hibernate.engine.spi.Managed
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.engine.spi.ManagedEntity
  super_class: java.lang.Object
{
  public abstract java.lang.Object $$_hibernate_getEntityInstance();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.engine.spi.EntityEntry $$_hibernate_getEntityEntry();
    descriptor: ()Lorg/hibernate/engine/spi/EntityEntry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void $$_hibernate_setEntityEntry(org.hibernate.engine.spi.EntityEntry);
    descriptor: (Lorg/hibernate/engine/spi/EntityEntry;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      entityEntry  

  public abstract org.hibernate.engine.spi.ManagedEntity $$_hibernate_getPreviousManagedEntity();
    descriptor: ()Lorg/hibernate/engine/spi/ManagedEntity;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void $$_hibernate_setPreviousManagedEntity(org.hibernate.engine.spi.ManagedEntity);
    descriptor: (Lorg/hibernate/engine/spi/ManagedEntity;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      previous  

  public abstract org.hibernate.engine.spi.ManagedEntity $$_hibernate_getNextManagedEntity();
    descriptor: ()Lorg/hibernate/engine/spi/ManagedEntity;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void $$_hibernate_setNextManagedEntity(org.hibernate.engine.spi.ManagedEntity);
    descriptor: (Lorg/hibernate/engine/spi/ManagedEntity;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      next  
}
SourceFile: "ManagedEntity.java"