public class org.hibernate.cfg.annotations.PrimitiveArrayBinder extends org.hibernate.cfg.annotations.ArrayBinder
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.hibernate.cfg.annotations.PrimitiveArrayBinder
super_class: org.hibernate.cfg.annotations.ArrayBinder
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.hibernate.cfg.annotations.PrimitiveArrayBinder this
0: .line 16
aload 0 /* this */
invokespecial org.hibernate.cfg.annotations.ArrayBinder.<init>:()V
return
end local 0 // org.hibernate.cfg.annotations.PrimitiveArrayBinder this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/annotations/PrimitiveArrayBinder;
protected org.hibernate.mapping.Collection createCollection(org.hibernate.mapping.PersistentClass);
descriptor: (Lorg/hibernate/mapping/PersistentClass;)Lorg/hibernate/mapping/Collection;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=2, args_size=2
start local 0 // org.hibernate.cfg.annotations.PrimitiveArrayBinder this
start local 1 // org.hibernate.mapping.PersistentClass persistentClass
0: .line 19
new org.hibernate.mapping.PrimitiveArray
dup
aload 0 /* this */
invokevirtual org.hibernate.cfg.annotations.PrimitiveArrayBinder.getBuildingContext:()Lorg/hibernate/boot/spi/MetadataBuildingContext;
aload 1 /* persistentClass */
invokespecial org.hibernate.mapping.PrimitiveArray.<init>:(Lorg/hibernate/boot/spi/MetadataBuildingContext;Lorg/hibernate/mapping/PersistentClass;)V
areturn
end local 1 // org.hibernate.mapping.PersistentClass persistentClass
end local 0 // org.hibernate.cfg.annotations.PrimitiveArrayBinder this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/annotations/PrimitiveArrayBinder;
0 1 1 persistentClass Lorg/hibernate/mapping/PersistentClass;
MethodParameters:
Name Flags
persistentClass
}
SourceFile: "PrimitiveArrayBinder.java"