public class org.hibernate.property.IndexPropertyAccessor$IndexGetter implements org.hibernate.property.Getter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.property.IndexPropertyAccessor$IndexGetter
  super_class: java.lang.Object
{
  final org.hibernate.property.IndexPropertyAccessor this$0;
    descriptor: Lorg/hibernate/property/IndexPropertyAccessor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.hibernate.property.IndexPropertyAccessor);
    descriptor: (Lorg/hibernate/property/IndexPropertyAccessor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.property.IndexPropertyAccessor$IndexGetter this
         0: .line 88
            aload 0 /* this */
            aload 1
            putfield org.hibernate.property.IndexPropertyAccessor$IndexGetter.this$0:Lorg/hibernate/property/IndexPropertyAccessor;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.property.IndexPropertyAccessor$IndexGetter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/property/IndexPropertyAccessor$IndexGetter;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Object getForInsert(java.lang.Object, java.util.Map, org.hibernate.engine.spi.SessionImplementor);
    descriptor: (Ljava/lang/Object;Ljava/util/Map;Lorg/hibernate/engine/spi/SessionImplementor;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.hibernate.property.IndexPropertyAccessor$IndexGetter this
        start local 1 // java.lang.Object target
        start local 2 // java.util.Map mergeMap
        start local 3 // org.hibernate.engine.spi.SessionImplementor session
         0: .line 91
            aload 3 /* session */
            ifnonnull 2
         1: .line 92
            getstatic org.hibernate.property.BackrefPropertyAccessor.UNKNOWN:Ljava/io/Serializable;
            areturn
         2: .line 95
      StackMap locals:
      StackMap stack:
            aload 3 /* session */
            invokeinterface org.hibernate.engine.spi.SessionImplementor.getPersistenceContext:()Lorg/hibernate/engine/spi/PersistenceContext;
            aload 0 /* this */
            getfield org.hibernate.property.IndexPropertyAccessor$IndexGetter.this$0:Lorg/hibernate/property/IndexPropertyAccessor;
            getfield org.hibernate.property.IndexPropertyAccessor.entityName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.hibernate.property.IndexPropertyAccessor$IndexGetter.this$0:Lorg/hibernate/property/IndexPropertyAccessor;
            getfield org.hibernate.property.IndexPropertyAccessor.propertyName:Ljava/lang/String;
            aload 1 /* target */
            aload 2 /* mergeMap */
            invokeinterface org.hibernate.engine.spi.PersistenceContext.getIndexInOwner:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;
            areturn
        end local 3 // org.hibernate.engine.spi.SessionImplementor session
        end local 2 // java.util.Map mergeMap
        end local 1 // java.lang.Object target
        end local 0 // org.hibernate.property.IndexPropertyAccessor$IndexGetter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/hibernate/property/IndexPropertyAccessor$IndexGetter;
            0    3     1    target  Ljava/lang/Object;
            0    3     2  mergeMap  Ljava/util/Map;
            0    3     3   session  Lorg/hibernate/engine/spi/SessionImplementor;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
          Name  Flags
      target    
      mergeMap  
      session   

  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.IndexPropertyAccessor$IndexGetter this
        start local 1 // java.lang.Object target
         0: .line 101
            getstatic org.hibernate.property.BackrefPropertyAccessor.UNKNOWN:Ljava/io/Serializable;
            areturn
        end local 1 // java.lang.Object target
        end local 0 // org.hibernate.property.IndexPropertyAccessor$IndexGetter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/hibernate/property/IndexPropertyAccessor$IndexGetter;
            0    1     1  target  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      target  

  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.IndexPropertyAccessor$IndexGetter this
         0: .line 106
            aconst_null
            areturn
        end local 0 // org.hibernate.property.IndexPropertyAccessor$IndexGetter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/property/IndexPropertyAccessor$IndexGetter;

  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.IndexPropertyAccessor$IndexGetter this
         0: .line 111
            aconst_null
            areturn
        end local 0 // org.hibernate.property.IndexPropertyAccessor$IndexGetter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/property/IndexPropertyAccessor$IndexGetter;

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

  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.IndexPropertyAccessor$IndexGetter this
         0: .line 121
            ldc Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.property.IndexPropertyAccessor$IndexGetter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/property/IndexPropertyAccessor$IndexGetter;
}
SourceFile: "IndexPropertyAccessor.java"
NestHost: org.hibernate.property.IndexPropertyAccessor
InnerClasses:
  public IndexGetter = org.hibernate.property.IndexPropertyAccessor$IndexGetter of org.hibernate.property.IndexPropertyAccessor