java.lang.Object
de.bytestore.hostinger.security.entity.log.AuditLog

@Entity(name="host_AuditLog") public class AuditLog extends Object
Represents an audit log entry to track key-value pairs associated with a specific user and metadata about the creation of the log. This entity is mapped to the table "HOST_AUDIT_LOG" and includes information such as: - A unique identifier for the audit log entry. - A key to categorize or label the log entry. - A value containing details related to the key. - The associated user who is linked to the audit log entry. - Metadata regarding who created the log and when it was created. Features: - Auto-generated unique identifier for each log entry. - Support for tracking key-value pairs with potential large data storage. - Integration with user entities to maintain a relationship between users and their logs. - Automatic population of audit metadata fields such as createdBy and createdDate.
  • Constructor Details

    • AuditLog

      public AuditLog()