Interface IODocumentWrapper

  • All Superinterfaces:
    Serializable

    public interface IODocumentWrapper
    extends Serializable
    Interface which mirror methods of ODocumentWrapper
    • Method Detail

      • fromStream

        void fromStream​(com.orientechnologies.orient.core.record.impl.ODocument iDocument)
      • toStream

        com.orientechnologies.orient.core.record.impl.ODocument toStream()
      • getDocument

        com.orientechnologies.orient.core.record.impl.ODocument getDocument()