Class AuditEvent

java.lang.Object
com.broadleafcommerce.common.audit.domain.AuditEvent
All Implemented Interfaces:
Serializable

public class AuditEvent extends Object implements Serializable
Represents the entire change information for an entity during a sandbox transition (usually deploy). Includes header information, as well a field-by-field detail information. Also support the builder pattern by using AuditEvent.builder().
See Also: