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

    Modifier and Type
    Method
    Description
    void
     
     
    scan(String pattern)
     

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
  • Method Details