Interface MongoDBSubCategoryDAO

    • Method Summary

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