I’m having a bit of a problem working with Java Spring Repositories (these ones). I have a collection that has a custom ID field (because there is a constraint in my application that prevents me from using MongoDB ObjectIDs) along with some data. It seems that the save() method built into the CrudRepository interface will […]
The post Updating a MongoDB collection with Java Spring Repositories appeared first on BlogoSfera.