- Type Parameters:
T
- the guard entity type
- All Superinterfaces:
- org.springframework.data.repository.CrudRepository<T,java.lang.Long>, org.springframework.data.repository.Repository<T,java.lang.Long>
- All Known Subinterfaces:
- JpaGuardRepository, MongoDbGuardRepository, RedisGuardRepository
@NoRepositoryBean
public interface GuardRepository<T extends RepositoryGuard>
extends org.springframework.data.repository.CrudRepository<T,java.lang.Long>
Generic Repository
interface for guards.
- Author:
- Janne Valkealahti