[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

garbage collection?



Does ozone do garbage collection? I have objects that may be parts of 
several different collections and I sure don't want to have to keep 
track of the number of references to each one to know when to remove it 
from the database. This could be a deal breaker for me - the whole 
reason I want to use an OODBMS is so I can have very complex 
interrelationships and treat them just like regular Java code.

Jerry Seeger