public interface org.hibernate.engine.internal.EntityEntryContext$EntityEntryCrossRef extends java.util.Map$Entry<java.lang.Object, org.hibernate.engine.spi.EntityEntry>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.engine.internal.EntityEntryContext$EntityEntryCrossRef
  super_class: java.lang.Object
{
  public abstract java.lang.Object getEntity();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.engine.spi.EntityEntry getEntityEntry();
    descriptor: ()Lorg/hibernate/engine/spi/EntityEntry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Ljava/util/Map$Entry<Ljava/lang/Object;Lorg/hibernate/engine/spi/EntityEntry;>;
SourceFile: "EntityEntryContext.java"
NestHost: org.hibernate.engine.internal.EntityEntryContext
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  public abstract EntityEntryCrossRef = org.hibernate.engine.internal.EntityEntryContext$EntityEntryCrossRef of org.hibernate.engine.internal.EntityEntryContext