public class org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl implements org.hibernate.property.access.spi.PropertyAccessStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl
  super_class: java.lang.Object
{
  public static final java.io.Serializable UNKNOWN;
    descriptor: Ljava/io/Serializable;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 30
            new org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$1
            dup
            invokespecial org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$1.<init>:()V
            putstatic org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl.UNKNOWN:Ljava/io/Serializable;
         1: .line 39
            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.access.internal.PropertyAccessStrategyBackRefImpl this
        start local 1 // java.lang.String collectionRole
        start local 2 // java.lang.String entityName
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            aload 2 /* entityName */
            putfield org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl.entityName:Ljava/lang/String;
         2: .line 46
            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.access.internal.PropertyAccessStrategyBackRefImpl.propertyName:Ljava/lang/String;
         3: .line 47
            return
        end local 2 // java.lang.String entityName
        end local 1 // java.lang.String collectionRole
        end local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/hibernate/property/access/internal/PropertyAccessStrategyBackRefImpl;
            0    4     1  collectionRole  Ljava/lang/String;
            0    4     2      entityName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      collectionRole  
      entityName      

  public org.hibernate.property.access.spi.PropertyAccess buildPropertyAccess(java.lang.Class, java.lang.String);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;)Lorg/hibernate/property/access/spi/PropertyAccess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl this
        start local 1 // java.lang.Class containerJavaType
        start local 2 // java.lang.String propertyName
         0: .line 51
            new org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$PropertyAccessBackRefImpl
            dup
            aload 0 /* this */
            invokespecial org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$PropertyAccessBackRefImpl.<init>:(Lorg/hibernate/property/access/internal/PropertyAccessStrategyBackRefImpl;)V
            areturn
        end local 2 // java.lang.String propertyName
        end local 1 // java.lang.Class containerJavaType
        end local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lorg/hibernate/property/access/internal/PropertyAccessStrategyBackRefImpl;
            0    1     1  containerJavaType  Ljava/lang/Class;
            0    1     2       propertyName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      containerJavaType  
      propertyName       
}
SourceFile: "PropertyAccessStrategyBackRefImpl.java"
NestMembers:
  org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$1  org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl  org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$PropertyAccessBackRefImpl  org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$SetterImpl
InnerClasses:
  org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$1
  private GetterImpl = org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl of org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl
  private PropertyAccessBackRefImpl = org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$PropertyAccessBackRefImpl of org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl
  private SetterImpl = org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$SetterImpl of org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl