Interface CDOIDGenerator


public interface CDOIDGenerator
Generates IDs.
Since:
4.1
Author:
Eike Stepper
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final CDOIDGenerator
    Generates NULL values.
    static final CDOIDGenerator
    Generates UUID values.
  • Method Summary

    Modifier and Type
    Method
    Description
    Generates a CDOID.
    void
    Called at the end of a commit operation to give this ID generator a chance to reset its sequence of IDs.
  • Field Details

  • Method Details

    • generateCDOID

      CDOID generateCDOID(EObject object)
      Generates a CDOID.
      Parameters:
      object - the object to generate a new CDOID for if available, null otherwise.
    • reset

      void reset()
      Called at the end of a commit operation to give this ID generator a chance to reset its sequence of IDs.