public class org.hibernate.property.EmbeddedPropertyAccessor implements org.hibernate.property.PropertyAccessor
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.hibernate.property.EmbeddedPropertyAccessor
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.hibernate.property.EmbeddedPropertyAccessor this
0: .line 37
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.hibernate.property.EmbeddedPropertyAccessor this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/property/EmbeddedPropertyAccessor;
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.EmbeddedPropertyAccessor this
start local 1 // java.lang.Class theClass
start local 2 // java.lang.String propertyName
0: .line 111
new org.hibernate.property.EmbeddedPropertyAccessor$EmbeddedGetter
dup
aload 1 /* theClass */
invokespecial org.hibernate.property.EmbeddedPropertyAccessor$EmbeddedGetter.<init>:(Ljava/lang/Class;)V
areturn
end local 2 // java.lang.String propertyName
end local 1 // java.lang.Class theClass
end local 0 // org.hibernate.property.EmbeddedPropertyAccessor this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/property/EmbeddedPropertyAccessor;
0 1 1 theClass Ljava/lang/Class;
0 1 2 propertyName Ljava/lang/String;
Exceptions:
throws org.hibernate.PropertyNotFoundException
MethodParameters:
Name Flags
theClass
propertyName
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=3, locals=3, args_size=3
start local 0 // org.hibernate.property.EmbeddedPropertyAccessor this
start local 1 // java.lang.Class theClass
start local 2 // java.lang.String propertyName
0: .line 116
new org.hibernate.property.EmbeddedPropertyAccessor$EmbeddedSetter
dup
aload 1 /* theClass */
invokespecial org.hibernate.property.EmbeddedPropertyAccessor$EmbeddedSetter.<init>:(Ljava/lang/Class;)V
areturn
end local 2 // java.lang.String propertyName
end local 1 // java.lang.Class theClass
end local 0 // org.hibernate.property.EmbeddedPropertyAccessor this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/property/EmbeddedPropertyAccessor;
0 1 1 theClass Ljava/lang/Class;
0 1 2 propertyName Ljava/lang/String;
Exceptions:
throws org.hibernate.PropertyNotFoundException
MethodParameters:
Name Flags
theClass
propertyName
}
SourceFile: "EmbeddedPropertyAccessor.java"
NestMembers:
org.hibernate.property.EmbeddedPropertyAccessor$EmbeddedGetter org.hibernate.property.EmbeddedPropertyAccessor$EmbeddedSetter
InnerClasses:
public final EmbeddedGetter = org.hibernate.property.EmbeddedPropertyAccessor$EmbeddedGetter of org.hibernate.property.EmbeddedPropertyAccessor
public final EmbeddedSetter = org.hibernate.property.EmbeddedPropertyAccessor$EmbeddedSetter of org.hibernate.property.EmbeddedPropertyAccessor