Interface TimeBasedEntityRepository<T>

  • All Superinterfaces:
    BaseEntityRepository<T>, org.springframework.data.repository.CrudRepository<T,​String>, org.springframework.data.repository.PagingAndSortingRepository<T,​String>, org.springframework.data.repository.Repository<T,​String>

    @NoRepositoryBean
    public interface TimeBasedEntityRepository<T>
    extends BaseEntityRepository<T>
    • Method Summary

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

        count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll, findAll