Interface ORecordLazyMultiValue

All Superinterfaces:
OAutoConvertToRecord, ODetachable, OSizeable
All Known Subinterfaces:
ORidBagDelegate
All Known Implementing Classes:
OEmbeddedRidBag, ORecordLazyList, ORecordLazyMap, ORecordLazySet, ORemoteTreeRidBag, ORidBag, OSBTreeRidBag

public interface ORecordLazyMultiValue extends OAutoConvertToRecord, ODetachable, OSizeable
  • Method Details

    • rawIterator

      Iterator<OIdentifiable> rawIterator()
    • convertLinks2Records

      void convertLinks2Records()
      Browse all the set to convert all the items into records.

      It converts only items that already loaded into memory from storage. To convert records that will be fetched from disk later use OAutoConvertToRecord.setAutoConvertToRecord(boolean)

    • convertRecords2Links

      boolean convertRecords2Links()
      Browse all the set to convert all the items into links.
      Returns: