dev-guide:disposable-node
This is an old revision of the document!
Disposable Nodes/Fields
A Node is considered deleted when it is removed from the graph. The Node is made “transient”, i.e. it is not handled by the persistence manager anymore.
Once a Node is “transient” it will be automatically garbage collected by Java. However, in some specific cases the Node can have attributes (fields in java) that require a specific dispose method (e.g cloud objects, or secondary graph).
pointers or references from that Node to other objects might not be disposed properly. In that case, it is possible to manually define how a Node should
dev-guide/disposable-node.1736346172.txt.gz · Last modified: 2025/01/08 15:22 by gaetan