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