public interface org.hibernate.persister.entity.AbstractEntityPersister$InclusionChecker
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.persister.entity.AbstractEntityPersister$InclusionChecker
  super_class: java.lang.Object
{
  public abstract boolean includeProperty(int);
    descriptor: (I)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      propertyNumber  
}
SourceFile: "AbstractEntityPersister.java"
NestHost: org.hibernate.persister.entity.AbstractEntityPersister
InnerClasses:
  protected abstract InclusionChecker = org.hibernate.persister.entity.AbstractEntityPersister$InclusionChecker of org.hibernate.persister.entity.AbstractEntityPersister