public interface org.hibernate.CustomEntityDirtinessStrategy$AttributeChecker
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.CustomEntityDirtinessStrategy$AttributeChecker
  super_class: java.lang.Object
{
  public abstract boolean isDirty(org.hibernate.CustomEntityDirtinessStrategy$AttributeInformation);
    descriptor: (Lorg/hibernate/CustomEntityDirtinessStrategy$AttributeInformation;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                      Name  Flags
      attributeInformation  
}
SourceFile: "CustomEntityDirtinessStrategy.java"
NestHost: org.hibernate.CustomEntityDirtinessStrategy
InnerClasses:
  public abstract AttributeChecker = org.hibernate.CustomEntityDirtinessStrategy$AttributeChecker of org.hibernate.CustomEntityDirtinessStrategy
  public abstract AttributeInformation = org.hibernate.CustomEntityDirtinessStrategy$AttributeInformation of org.hibernate.CustomEntityDirtinessStrategy