Set DbMapping in deserialized Nodes along with prototype name.

This commit is contained in:
hns 2004-11-08 21:59:40 +00:00
parent 1b27fedb9f
commit ba42d67be6

View file

@ -158,6 +158,7 @@ public final class XmlReader extends DefaultHandler implements XmlConstants {
if (!"".equals(prototype) && !"hopobject".equals(prototype)) { if (!"".equals(prototype) && !"hopobject".equals(prototype)) {
currentNode.setPrototype(prototype); currentNode.setPrototype(prototype);
currentNode.setDbMapping(nmgr.getDbMapping(prototype));
} }
String key = id + "-" + prototype; String key = id + "-" + prototype;