public class org.hibernate.property.IndexPropertyAccessor implements org.hibernate.property.PropertyAccessor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.property.IndexPropertyAccessor
  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

  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.IndexPropertyAccessor this
        start local 1 // java.lang.String collectionRole
        start local 2 // java.lang.String entityName
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            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.IndexPropertyAccessor.propertyName:Ljava/lang/String;
         2: .line 50
            aload 0 /* this */
            aload 2 /* entityName */
            putfield org.hibernate.property.IndexPropertyAccessor.entityName:Ljava/lang/String;
         3: .line 51
            return
        end local 2 // java.lang.String entityName
        end local 1 // java.lang.String collectionRole
        end local 0 // org.hibernate.property.IndexPropertyAccessor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/hibernate/property/IndexPropertyAccessor;
            0    4     1  collectionRole  Ljava/lang/String;
            0    4     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=2, locals=3, args_size=3
        start local 0 // org.hibernate.property.IndexPropertyAccessor this
        start local 1 // java.lang.Class theClass
        start local 2 // java.lang.String propertyName
         0: .line 55
            new org.hibernate.property.IndexPropertyAccessor$IndexSetter
            dup
            invokespecial org.hibernate.property.IndexPropertyAccessor$IndexSetter.<init>:()V
            areturn
        end local 2 // java.lang.String propertyName
        end local 1 // java.lang.Class theClass
        end local 0 // org.hibernate.property.IndexPropertyAccessor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/hibernate/property/IndexPropertyAccessor;
            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=3, locals=3, args_size=3
        start local 0 // org.hibernate.property.IndexPropertyAccessor this
        start local 1 // java.lang.Class theClass
        start local 2 // java.lang.String propertyName
         0: .line 60
            new org.hibernate.property.IndexPropertyAccessor$IndexGetter
            dup
            aload 0 /* this */
            invokespecial org.hibernate.property.IndexPropertyAccessor$IndexGetter.<init>:(Lorg/hibernate/property/IndexPropertyAccessor;)V
            areturn
        end local 2 // java.lang.String propertyName
        end local 1 // java.lang.Class theClass
        end local 0 // org.hibernate.property.IndexPropertyAccessor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/hibernate/property/IndexPropertyAccessor;
            0    1     1      theClass  Ljava/lang/Class;
            0    1     2  propertyName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      theClass      
      propertyName  
}
SourceFile: "IndexPropertyAccessor.java"
NestMembers:
  org.hibernate.property.IndexPropertyAccessor$IndexGetter  org.hibernate.property.IndexPropertyAccessor$IndexSetter
InnerClasses:
  public IndexGetter = org.hibernate.property.IndexPropertyAccessor$IndexGetter of org.hibernate.property.IndexPropertyAccessor
  public final IndexSetter = org.hibernate.property.IndexPropertyAccessor$IndexSetter of org.hibernate.property.IndexPropertyAccessor