public interface org.hibernate.bytecode.spi.EntityInstrumentationMetadata
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.bytecode.spi.EntityInstrumentationMetadata
  super_class: java.lang.Object
{
  public abstract java.lang.String getEntityName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isInstrumented();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.bytecode.instrumentation.spi.FieldInterceptor injectInterceptor(java.lang.Object, java.lang.String, java.util.Set, org.hibernate.engine.spi.SessionImplementor);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;Ljava/util/Set;Lorg/hibernate/engine/spi/SessionImplementor;)Lorg/hibernate/bytecode/instrumentation/spi/FieldInterceptor;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.bytecode.spi.NotInstrumentedException
    MethodParameters:
                         Name  Flags
      entity                   
      entityName               
      uninitializedFieldNames  
      session                  

  public abstract org.hibernate.bytecode.instrumentation.spi.FieldInterceptor extractInterceptor(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/hibernate/bytecode/instrumentation/spi/FieldInterceptor;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.bytecode.spi.NotInstrumentedException
    MethodParameters:
        Name  Flags
      entity  
}
SourceFile: "EntityInstrumentationMetadata.java"