class org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl implements org.hibernate.property.access.spi.Getter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl
  super_class: java.lang.Object
{
  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

  public void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl this
        start local 1 // java.lang.String entityName
        start local 2 // java.lang.String propertyName
         0: .line 84
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 85
            aload 0 /* this */
            aload 1 /* entityName */
            putfield org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl.entityName:Ljava/lang/String;
         2: .line 86
            aload 0 /* this */
            aload 2 /* propertyName */
            putfield org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl.propertyName:Ljava/lang/String;
         3: .line 87
            return
        end local 2 // java.lang.String propertyName
        end local 1 // java.lang.String entityName
        end local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/hibernate/property/access/internal/PropertyAccessStrategyBackRefImpl$GetterImpl;
            0    4     1    entityName  Ljava/lang/String;
            0    4     2  propertyName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      entityName    
      propertyName  

  public java.lang.Object get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl this
        start local 1 // java.lang.Object owner
         0: .line 91
            getstatic org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl.UNKNOWN:Ljava/io/Serializable;
            areturn
        end local 1 // java.lang.Object owner
        end local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/hibernate/property/access/internal/PropertyAccessStrategyBackRefImpl$GetterImpl;
            0    1     1  owner  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      owner  

  public java.lang.Object getForInsert(java.lang.Object, java.util.Map, org.hibernate.engine.spi.SharedSessionContractImplementor);
    descriptor: (Ljava/lang/Object;Ljava/util/Map;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl this
        start local 1 // java.lang.Object owner
        start local 2 // java.util.Map mergeMap
        start local 3 // org.hibernate.engine.spi.SharedSessionContractImplementor session
         0: .line 96
            aload 3 /* session */
            ifnonnull 2
         1: .line 97
            getstatic org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl.UNKNOWN:Ljava/io/Serializable;
            areturn
         2: .line 100
      StackMap locals:
      StackMap stack:
            aload 3 /* session */
            invokeinterface org.hibernate.engine.spi.SharedSessionContractImplementor.getPersistenceContext:()Lorg/hibernate/engine/spi/PersistenceContext;
            aload 0 /* this */
            getfield org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl.entityName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl.propertyName:Ljava/lang/String;
            aload 1 /* owner */
            aload 2 /* mergeMap */
            invokeinterface org.hibernate.engine.spi.PersistenceContext.getOwnerId:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/util/Map;)Ljava/io/Serializable;
            areturn
        end local 3 // org.hibernate.engine.spi.SharedSessionContractImplementor session
        end local 2 // java.util.Map mergeMap
        end local 1 // java.lang.Object owner
        end local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/hibernate/property/access/internal/PropertyAccessStrategyBackRefImpl$GetterImpl;
            0    3     1     owner  Ljava/lang/Object;
            0    3     2  mergeMap  Ljava/util/Map;
            0    3     3   session  Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
    MethodParameters:
          Name  Flags
      owner     
      mergeMap  
      session   

  public java.lang.Class getReturnType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl this
         0: .line 106
            ldc Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/property/access/internal/PropertyAccessStrategyBackRefImpl$GetterImpl;

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

  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$GetterImpl this
         0: .line 116
            aconst_null
            areturn
        end local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/property/access/internal/PropertyAccessStrategyBackRefImpl$GetterImpl;

  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$GetterImpl this
         0: .line 121
            aconst_null
            areturn
        end local 0 // org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/property/access/internal/PropertyAccessStrategyBackRefImpl$GetterImpl;
}
SourceFile: "PropertyAccessStrategyBackRefImpl.java"
NestHost: org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl
InnerClasses:
  private GetterImpl = org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl$GetterImpl of org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl