Class SqlAuditServiceImpl

  • All Implemented Interfaces:
    AuditService

    public class SqlAuditServiceImpl
    extends SqlBaseService
    implements AuditService
    Audit service using SQL DB as a store, also allows for searching (see supportsRetrieval(). This is NOT a managed bean, it is completely created by SqlAuditServiceFactory and any of the dependencies must be dependencies of that factory to assure proper initialization.

    Design notes: No repo.sql.data.audit.* entities are used (stage/type enums are OK).