Schnittstelle IListMapping4


public interface IListMapping4
Extension interface to IListMapping.
Seit:
4.7
Autor:
Eike Stepper
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    writeValues(IDBStoreAccessor accessor, CDORevision revision, boolean firstRevision, boolean raw)
    Write a complete list of values to the database.
  • Methodendetails

    • writeValues

      void writeValues(IDBStoreAccessor accessor, CDORevision revision, boolean firstRevision, boolean raw)
      Write a complete list of values to the database.
      Parameter:
      accessor - the accessor to use.
      revision - the revision containing the list to be written.
      firstRevision - true if the type of the object is supposed to be mapped, false otherwise.
      raw - true if this method is called as part of the raw storage, false otherwise.