when using MongoRepository, I found that I want to update a field, but MongoRepository only provides the save method, but the save method requires a primary key. I directly use the default _ id as the primary key, and use the save method to insert a piece of data directly. Is there any other way to update the field? I don"t know whether it is possible to use the annotation @ Query method
.