Class DomainHistory

  • All Implemented Interfaces:
    Buildable, UnsafeSerializable, java.io.Serializable, java.lang.Cloneable

    @Entity
    public class DomainHistory
    extends HistoryEntry
    A persisted history entry representing an EPP modification to a domain.

    In addition to the general history fields (e.g. action time, registrar ID) we also persist a copy of the domain entity at this point in time. We persist a raw DomainBase so that the foreign-keyed fields in that class can refer to this object.

    See Also:
    Serialized Form