Interface PersistentData

All Known Implementing Classes:
EdgeData, VertexData

public interface PersistentData
  • Method Details

    • elementId

      ElementId elementId()
    • id

      default String id()
    • getLabel

      String getLabel()
    • getKey

      default String getKey()
    • collection

      default String collection()
    • update

      default void update(com.arangodb.entity.DocumentEntity entity)