Class GetAuditLog

java.lang.Object
org.deltava.dao.DAO
org.deltava.dao.GetAuditLog

public class GetAuditLog extends DAO
A Data Access Object to read the audit log for an object.
Since:
7.4
Version:
10.0
Author:
Luke
  • Constructor Details

    • GetAuditLog

      public GetAuditLog(Connection c)
      Initializes the Data Access Object.
      Parameters:
      c - the JDBC connection to use
  • Method Details