Interface MongoDBSectionDAO

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

    public interface MongoDBSectionDAO
    extends SectionDAO, org.springframework.data.mongodb.repository.MongoRepository<Section,​String>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void delete​(String Id)  
      List<Section> findAll()  
      List<Section> findByDefaultId​(String DefaultId)  
      Section findById​(String Id)  
      Section save​(Section indicator)  
      • 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