Interface GuardRepository<T extends RepositoryGuard>
- Type Parameters:
T
- the guard entity type
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<T,
,Long> org.springframework.data.repository.Repository<T,
Long>
- All Known Subinterfaces:
JpaGuardRepository
,MongoDbGuardRepository
,RedisGuardRepository
@NoRepositoryBean
public interface GuardRepository<T extends RepositoryGuard>
extends org.springframework.data.repository.CrudRepository<T,Long>
Generic
Repository
interface for guards.-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll