class org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$SetterImpl implements org.hibernate.property.access.spi.Setter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$SetterImpl
  super_class: java.lang.Object
{
  public static final org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$SetterImpl INSTANCE;
    descriptor: Lorg/hibernate/property/access/internal/PropertyAccessStrategyBackRefImpl$SetterImpl;
    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 129
            new org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$SetterImpl
            dup
            invokespecial org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$SetterImpl.<init>:()V
            putstatic org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$SetterImpl.INSTANCE:Lorg/hibernate/property/access/internal/PropertyAccessStrategyBackRefImpl$SetterImpl;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$SetterImpl this
         0: .line 125
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$SetterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/property/access/internal/PropertyAccessStrategyBackRefImpl$SetterImpl;

  public void set(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SessionFactoryImplementor);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lorg/hibernate/engine/spi/SessionFactoryImplementor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$SetterImpl this
        start local 1 // java.lang.Object target
        start local 2 // java.lang.Object value
        start local 3 // org.hibernate.engine.spi.SessionFactoryImplementor factory
         0: .line 134
            return
        end local 3 // org.hibernate.engine.spi.SessionFactoryImplementor factory
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object target
        end local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$SetterImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/hibernate/property/access/internal/PropertyAccessStrategyBackRefImpl$SetterImpl;
            0    1     1   target  Ljava/lang/Object;
            0    1     2    value  Ljava/lang/Object;
            0    1     3  factory  Lorg/hibernate/engine/spi/SessionFactoryImplementor;
    MethodParameters:
         Name  Flags
      target   
      value    
      factory  

  public java.lang.String getMethodName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$SetterImpl this
         0: .line 138
            aconst_null
            areturn
        end local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$SetterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/property/access/internal/PropertyAccessStrategyBackRefImpl$SetterImpl;

  public java.lang.reflect.Method getMethod();
    descriptor: ()Ljava/lang/reflect/Method;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$SetterImpl this
         0: .line 143
            aconst_null
            areturn
        end local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$SetterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/property/access/internal/PropertyAccessStrategyBackRefImpl$SetterImpl;
}
SourceFile: "PropertyAccessStrategyBackRefImpl.java"
NestHost: org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl
InnerClasses:
  private SetterImpl = org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$SetterImpl of org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl