public interface org.hibernate.CustomEntityDirtinessStrategy$AttributeInformation
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.CustomEntityDirtinessStrategy$AttributeInformation
  super_class: java.lang.Object
{
  public abstract org.hibernate.persister.entity.EntityPersister getContainingPersister();
    descriptor: ()Lorg/hibernate/persister/entity/EntityPersister;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getAttributeIndex();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.type.Type getType();
    descriptor: ()Lorg/hibernate/type/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Object getCurrentValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Object getLoadedValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "CustomEntityDirtinessStrategy.java"
NestHost: org.hibernate.CustomEntityDirtinessStrategy
InnerClasses:
  public abstract AttributeInformation = org.hibernate.CustomEntityDirtinessStrategy$AttributeInformation of org.hibernate.CustomEntityDirtinessStrategy