public interface org.hibernate.cfg.PropertyData
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.cfg.PropertyData
  super_class: java.lang.Object
{
  public abstract org.hibernate.cfg.AccessType getDefaultAccess();
    descriptor: ()Lorg/hibernate/cfg/AccessType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String getPropertyName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.MappingException

  public abstract org.hibernate.annotations.common.reflection.XClass getClassOrElement();
    descriptor: ()Lorg/hibernate/annotations/common/reflection/XClass;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.MappingException

  public abstract org.hibernate.annotations.common.reflection.XClass getPropertyClass();
    descriptor: ()Lorg/hibernate/annotations/common/reflection/XClass;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.MappingException

  public abstract java.lang.String getClassOrElementName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.MappingException

  public abstract java.lang.String getTypeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.MappingException

  public abstract org.hibernate.annotations.common.reflection.XProperty getProperty();
    descriptor: ()Lorg/hibernate/annotations/common/reflection/XProperty;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.annotations.common.reflection.XClass getDeclaringClass();
    descriptor: ()Lorg/hibernate/annotations/common/reflection/XClass;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "PropertyData.java"