Interface RedisActionRepository
- All Superinterfaces:
ActionRepository<RedisRepositoryAction>
,org.springframework.data.repository.CrudRepository<RedisRepositoryAction,
,Long> org.springframework.data.repository.Repository<RedisRepositoryAction,
Long>
A
ActionRepository
interface for Redis used for actions.-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll