Interface EventLogRepository

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

public interface EventLogRepository extends org.springframework.data.repository.ListCrudRepository<EventLog,String>, LogRepository<EventLog>
Persistence layer for 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