Package com.arms.api.util.redisrepo
Interface CustomRedisTemplate<T,ID>
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<T,,ID> org.springframework.data.repository.Repository<T,ID>
- All Known Subinterfaces:
AlmIssueStatusRepository,StateCategoryRepository,StateRepository,WbsRepository
- All Known Implementing Classes:
BaseRedisRepository
@NoRepositoryBean
public interface CustomRedisTemplate<T,ID>
extends org.springframework.data.repository.CrudRepository<T,ID>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
scan
-
deleteByPattern
-
getKeySpace
String getKeySpace()
-