Interface CpuEventLogRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<CpuEventLog,String>, org.springframework.data.repository.ListCrudRepository<CpuEventLog,String>, LogRepository<CpuEventLog>, org.springframework.data.repository.Repository<CpuEventLog,String>

public interface CpuEventLogRepository extends org.springframework.data.repository.ListCrudRepository<CpuEventLog,String>, LogRepository<CpuEventLog>
Persistence layer for Cpu Event logs.
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface org.springframework.data.repository.ListCrudRepository

    findAll, findAllById, saveAll

    Methods inherited from interface io.github.tkasozi.repository.redis.LogRepository

    getAllSortedByDate, getByTimeOffset