Interface ODetachable
- All Known Subinterfaces:
ORecordLazyMultiValue,ORidBagDelegate
- All Known Implementing Classes:
ODocument,ODocumentEmbedded,OEdgeDocument,OEmbeddedRidBag,ORecordLazyList,ORecordLazyMap,ORecordLazySet,ORemoteTreeRidBag,ORidBag,OSBTreeRidBag,OVertexDocument,OViewDocument
public interface ODetachable
Objects of this class can be detached.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Method Summary
-
Method Details
-
detach
boolean detach()Detaches the object.- Returns:
- true if the object has been fully detached, otherwise false
-