Interface RedisGuardRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<RedisRepositoryGuard,Long>, GuardRepository<RedisRepositoryGuard>, org.springframework.data.repository.Repository<RedisRepositoryGuard,Long>

public interface RedisGuardRepository extends GuardRepository<RedisRepositoryGuard>
A GuardRepository interface for Redis used for guards.
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