Interface MongoDBUserProfileDAO

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void delete​(String id)  
      void deleteAll()  
      List<UserProfile> findAll()  
      UserProfile findByAaiId​(String aaiId)  
      UserProfile findById​(String Id)  
      UserProfile save​(UserProfile user)  
      • 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