Interface MongoDBSubscriberDAO

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void delete​(String id)  
      void deleteAll()  
      List<Subscriber> findAll()  
      Subscriber findByEmail​(String email)  
      Subscriber findById​(String Id)  
      Subscriber save​(Subscriber subscriber)  
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, delete, exists, findAll, findOne
      • Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository

        findAll, findAll, findAll, insert, insert, save
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll
      • Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

        count, exists, findAll, findOne