class org.hibernate.cfg.HbmBinder$IdentifierCollectionSecondPass extends org.hibernate.cfg.HbmBinder$CollectionSecondPass
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.hibernate.cfg.HbmBinder$IdentifierCollectionSecondPass
super_class: org.hibernate.cfg.HbmBinder$CollectionSecondPass
{
void <init>(org.dom4j.Element, org.hibernate.cfg.Mappings, org.hibernate.mapping.Collection, java.util.Map);
descriptor: (Lorg/dom4j/Element;Lorg/hibernate/cfg/Mappings;Lorg/hibernate/mapping/Collection;Ljava/util/Map;)V
flags: (0x0000)
Code:
stack=5, locals=5, args_size=5
start local 0 // org.hibernate.cfg.HbmBinder$IdentifierCollectionSecondPass this
start local 1 // org.dom4j.Element node
start local 2 // org.hibernate.cfg.Mappings mappings
start local 3 // org.hibernate.mapping.Collection collection
start local 4 // java.util.Map inheritedMetas
0: .line 2840
aload 0 /* this */
aload 1 /* node */
aload 2 /* mappings */
aload 3 /* collection */
aload 4 /* inheritedMetas */
invokespecial org.hibernate.cfg.HbmBinder$CollectionSecondPass.<init>:(Lorg/dom4j/Element;Lorg/hibernate/cfg/Mappings;Lorg/hibernate/mapping/Collection;Ljava/util/Map;)V
1: .line 2841
return
end local 4 // java.util.Map inheritedMetas
end local 3 // org.hibernate.mapping.Collection collection
end local 2 // org.hibernate.cfg.Mappings mappings
end local 1 // org.dom4j.Element node
end local 0 // org.hibernate.cfg.HbmBinder$IdentifierCollectionSecondPass this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/hibernate/cfg/HbmBinder$IdentifierCollectionSecondPass;
0 2 1 node Lorg/dom4j/Element;
0 2 2 mappings Lorg/hibernate/cfg/Mappings;
0 2 3 collection Lorg/hibernate/mapping/Collection;
0 2 4 inheritedMetas Ljava/util/Map;
MethodParameters:
Name Flags
node
mappings
collection
inheritedMetas
public void secondPass(java.util.Map, java.util.Map);
descriptor: (Ljava/util/Map;Ljava/util/Map;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 // org.hibernate.cfg.HbmBinder$IdentifierCollectionSecondPass this
start local 1 // java.util.Map persistentClasses
start local 2 // java.util.Map inheritedMetas
0: .line 2846
aload 0 /* this */
getfield org.hibernate.cfg.HbmBinder$IdentifierCollectionSecondPass.node:Lorg/dom4j/Element;
1: .line 2847
aload 0 /* this */
getfield org.hibernate.cfg.HbmBinder$IdentifierCollectionSecondPass.collection:Lorg/hibernate/mapping/Collection;
checkcast org.hibernate.mapping.IdentifierCollection
2: .line 2848
aload 1 /* persistentClasses */
3: .line 2849
aload 0 /* this */
getfield org.hibernate.cfg.HbmBinder$IdentifierCollectionSecondPass.mappings:Lorg/hibernate/cfg/Mappings;
4: .line 2850
aload 2 /* inheritedMetas */
5: .line 2845
invokestatic org.hibernate.cfg.HbmBinder.bindIdentifierCollectionSecondPass:(Lorg/dom4j/Element;Lorg/hibernate/mapping/IdentifierCollection;Ljava/util/Map;Lorg/hibernate/cfg/Mappings;Ljava/util/Map;)V
6: .line 2852
return
end local 2 // java.util.Map inheritedMetas
end local 1 // java.util.Map persistentClasses
end local 0 // org.hibernate.cfg.HbmBinder$IdentifierCollectionSecondPass this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/hibernate/cfg/HbmBinder$IdentifierCollectionSecondPass;
0 7 1 persistentClasses Ljava/util/Map;
0 7 2 inheritedMetas Ljava/util/Map;
Exceptions:
throws org.hibernate.MappingException
MethodParameters:
Name Flags
persistentClasses
inheritedMetas
}
SourceFile: "HbmBinder.java"
NestHost: org.hibernate.cfg.HbmBinder
InnerClasses:
CollectionSecondPass = org.hibernate.cfg.HbmBinder$CollectionSecondPass of org.hibernate.cfg.HbmBinder
IdentifierCollectionSecondPass = org.hibernate.cfg.HbmBinder$IdentifierCollectionSecondPass of org.hibernate.cfg.HbmBinder