Class AuditLogRepository

java.lang.Object
com.axelor.db.JpaRepository<AuditLog>
com.axelor.audit.db.repo.AuditLogRepository
All Implemented Interfaces:
Repository<AuditLog>

public class AuditLogRepository extends JpaRepository<AuditLog>
  • Constructor Details

    • AuditLogRepository

      public AuditLogRepository()