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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
aload 2
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: aload 0
aload 2
putfield org.hibernate.property.IndexPropertyAccessor.entityName:Ljava/lang/String;
3: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: new org.hibernate.property.IndexPropertyAccessor$IndexSetter
dup
invokespecial org.hibernate.property.IndexPropertyAccessor$IndexSetter.<init>:()V
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: new org.hibernate.property.IndexPropertyAccessor$IndexGetter
dup
aload 0
invokespecial org.hibernate.property.IndexPropertyAccessor$IndexGetter.<init>:(Lorg/hibernate/property/IndexPropertyAccessor;)V
areturn
end local 2 end local 1 end local 0 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