<br>
Starting to use elephant with bdb backend. <br>
<br>
Please tell me if the following explanation is correct.<br>
<br>
Each time I make-instance a class with a metaclass of
:persistent-metaclass the class is placed into the database with a
unique OID. I can retrieve this back with (make-instance 'class
:with-oid OID). Now this object in not in the root. Must I place it
into the root? How do I remove old objects?<br>
<br>
Thank you,<br>
William Halliburton<br>