fixed groupby.prototype

This commit is contained in:
hns 2001-08-10 12:36:16 +00:00
parent 488cb46c09
commit f443c70916

View file

@ -444,7 +444,7 @@ public class DbMapping implements Updatable {
groupbyMapping.propertiesRel = propertiesRel.getGroupbyPropertyRelation ();
else
groupbyMapping.propertiesRel = subnodesRel.getGroupbyPropertyRelation ();
groupbyMapping.typename = subnodesRel.prototype;
groupbyMapping.typename = subnodesRel.groupbyprototype;
}
return groupbyMapping;
}