Class HistorySnapshot

java.lang.Object
ch.tocco.nice2.persist.history.api.HistoryEntry
ch.tocco.nice2.persist.history.api.HistorySnapshot
All Implemented Interfaces:
Serializable

public class HistorySnapshot extends HistoryEntry implements Serializable
See Also:
  • Constructor Details

    • HistorySnapshot

      public HistorySnapshot(Version version, String entityModel, String entityKey, @Nullable @Nullable BusinessUnit businessUnit, byte[] data)
  • Method Details

    • getData

      public byte[] getData()