public interface org.hibernate.engine.spi.PersistentAttributeInterceptable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.engine.spi.PersistentAttributeInterceptable
  super_class: java.lang.Object
{
  public abstract org.hibernate.engine.spi.PersistentAttributeInterceptor $$_hibernate_getInterceptor();
    descriptor: ()Lorg/hibernate/engine/spi/PersistentAttributeInterceptor;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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