Interface MongoDBTopicDAO

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<Topic,​String>, org.springframework.data.mongodb.repository.MongoRepository<Topic,​String>, org.springframework.data.repository.PagingAndSortingRepository<Topic,​String>, org.springframework.data.repository.query.QueryByExampleExecutor<Topic>, org.springframework.data.repository.Repository<Topic,​String>, TopicDAO

    public interface MongoDBTopicDAO
    extends TopicDAO, org.springframework.data.mongodb.repository.MongoRepository<Topic,​String>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void delete​(String Id)  
      List<Topic> findAll()  
      Topic findByCategoriesContaining​(String category)  
      List<Topic> findByDefaultId​(String DefaultId)  
      Topic findById​(String Id)  
      Topic save​(Topic topic)  
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, delete, deleteAll, 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