From 3db18488223ed5d71e90b39d3329e71fb38675a8 Mon Sep 17 00:00:00 2001 From: hns Date: Tue, 2 Oct 2001 20:54:35 +0000 Subject: [PATCH] * only use the parent-info from the type.properties file if there is an explicit reference relation set for the property name. * avoid database queries for nodes that are transient or in the process of being persistified also when loadmode is set to aggressive. --- src/helma/objectmodel/db/Node.java | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/helma/objectmodel/db/Node.java b/src/helma/objectmodel/db/Node.java index 16b6aeb5..285406d2 100644 --- a/src/helma/objectmodel/db/Node.java +++ b/src/helma/objectmodel/db/Node.java @@ -634,9 +634,16 @@ public final class Node implements INode, Serializable { if (parentInfo != null && state != TRANSIENT) { for (int i=0; i