public class org.hibernate.property.BackrefPropertyAccessor implements org.hibernate.property.PropertyAccessor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.property.BackrefPropertyAccessor
  super_class: java.lang.Object
{
  private final java.lang.String propertyName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String entityName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.property.BackrefPropertyAccessor$BackrefSetter setter;
    descriptor: Lorg/hibernate/property/BackrefPropertyAccessor$BackrefSetter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.property.BackrefPropertyAccessor$BackrefGetter getter;
    descriptor: Lorg/hibernate/property/BackrefPropertyAccessor$BackrefGetter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final java.io.Serializable UNKNOWN;
    descriptor: Ljava/io/Serializable;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 57
            new org.hibernate.property.BackrefPropertyAccessor$1
            dup
            invokespecial org.hibernate.property.BackrefPropertyAccessor$1.<init>:()V
            putstatic org.hibernate.property.BackrefPropertyAccessor.UNKNOWN:Ljava/io/Serializable;
         1: .line 66
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.hibernate.property.BackrefPropertyAccessor this
        start local 1 // java.lang.String collectionRole
        start local 2 // java.lang.String entityName
         0: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 75
            aload 0 /* this */
            aload 1 /* collectionRole */
            aload 2 /* entityName */
            invokevirtual java.lang.String.length:()I
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            putfield org.hibernate.property.BackrefPropertyAccessor.propertyName:Ljava/lang/String;
         2: .line 76
            aload 0 /* this */
            aload 2 /* entityName */
            putfield org.hibernate.property.BackrefPropertyAccessor.entityName:Ljava/lang/String;
         3: .line 78
            aload 0 /* this */
            new org.hibernate.property.BackrefPropertyAccessor$BackrefSetter
            dup
            invokespecial org.hibernate.property.BackrefPropertyAccessor$BackrefSetter.<init>:()V
            putfield org.hibernate.property.BackrefPropertyAccessor.setter:Lorg/hibernate/property/BackrefPropertyAccessor$BackrefSetter;
         4: .line 79
            aload 0 /* this */
            new org.hibernate.property.BackrefPropertyAccessor$BackrefGetter
            dup
            aload 0 /* this */
            invokespecial org.hibernate.property.BackrefPropertyAccessor$BackrefGetter.<init>:(Lorg/hibernate/property/BackrefPropertyAccessor;)V
            putfield org.hibernate.property.BackrefPropertyAccessor.getter:Lorg/hibernate/property/BackrefPropertyAccessor$BackrefGetter;
         5: .line 80
            return
        end local 2 // java.lang.String entityName
        end local 1 // java.lang.String collectionRole
        end local 0 // org.hibernate.property.BackrefPropertyAccessor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/hibernate/property/BackrefPropertyAccessor;
            0    6     1  collectionRole  Ljava/lang/String;
            0    6     2      entityName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      collectionRole  
      entityName      

  public org.hibernate.property.Setter getSetter(java.lang.Class, java.lang.String);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;)Lorg/hibernate/property/Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.hibernate.property.BackrefPropertyAccessor this
        start local 1 // java.lang.Class theClass
        start local 2 // java.lang.String propertyName
         0: .line 84
            aload 0 /* this */
            getfield org.hibernate.property.BackrefPropertyAccessor.setter:Lorg/hibernate/property/BackrefPropertyAccessor$BackrefSetter;
            areturn
        end local 2 // java.lang.String propertyName
        end local 1 // java.lang.Class theClass
        end local 0 // org.hibernate.property.BackrefPropertyAccessor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/hibernate/property/BackrefPropertyAccessor;
            0    1     1      theClass  Ljava/lang/Class;
            0    1     2  propertyName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      theClass      
      propertyName  

  public org.hibernate.property.Getter getGetter(java.lang.Class, java.lang.String);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;)Lorg/hibernate/property/Getter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.hibernate.property.BackrefPropertyAccessor this
        start local 1 // java.lang.Class theClass
        start local 2 // java.lang.String propertyName
         0: .line 89
            aload 0 /* this */
            getfield org.hibernate.property.BackrefPropertyAccessor.getter:Lorg/hibernate/property/BackrefPropertyAccessor$BackrefGetter;
            areturn
        end local 2 // java.lang.String propertyName
        end local 1 // java.lang.Class theClass
        end local 0 // org.hibernate.property.BackrefPropertyAccessor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/hibernate/property/BackrefPropertyAccessor;
            0    1     1      theClass  Ljava/lang/Class;
            0    1     2  propertyName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      theClass      
      propertyName  
}
SourceFile: "BackrefPropertyAccessor.java"
NestMembers:
  org.hibernate.property.BackrefPropertyAccessor$1  org.hibernate.property.BackrefPropertyAccessor$BackrefGetter  org.hibernate.property.BackrefPropertyAccessor$BackrefSetter
InnerClasses:
  org.hibernate.property.BackrefPropertyAccessor$1
  public BackrefGetter = org.hibernate.property.BackrefPropertyAccessor$BackrefGetter of org.hibernate.property.BackrefPropertyAccessor
  public final BackrefSetter = org.hibernate.property.BackrefPropertyAccessor$BackrefSetter of org.hibernate.property.BackrefPropertyAccessor