Interface MemoryEventRepository

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

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