Interface RedisActionRepository

All Superinterfaces:
ActionRepository<RedisRepositoryAction>, org.springframework.data.repository.CrudRepository<RedisRepositoryAction,Long>, org.springframework.data.repository.Repository<RedisRepositoryAction,Long>

public interface RedisActionRepository extends ActionRepository<RedisRepositoryAction>
A ActionRepository interface for Redis used for actions.
Author:
Janne Valkealahti
  • Method Summary

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll