update
Update all given entities.
Parameters
the entities to update
See also
Update all given entities.
Parameters
the entities to insert
See also
Update all entities of this type by the given update document, with optional indexed parameters. The returned io.quarkus.mongodb.panache.common.reactive.ReactivePanacheUpdate object will allow to restrict on which document the update should be applied.
Return
a new io.quarkus.mongodb.panache.common.reactive.ReactivePanacheUpdate instance for the given update document
Parameters
the update document, if it didn't contain any update operator, we add $set. It can also be expressed as a query string.
optional sequence of indexed parameters
See also
Update all entities of this type by the given update document, with named parameters. The returned io.quarkus.mongodb.panache.common.reactive.ReactivePanacheUpdate object will allow to restrict on which document the update should be applied.
Return
a new io.quarkus.mongodb.panache.common.reactive.ReactivePanacheUpdate instance for the given update document
Parameters
the update document, if it didn't contain any update operator, we add $set. It can also be expressed as a query string.
Map of named parameters
See also
Update all entities of this type by the given update document, with named parameters. The returned io.quarkus.mongodb.panache.common.reactive.ReactivePanacheUpdate object will allow to restrict on which document the update should be applied.
Return
a new io.quarkus.mongodb.panache.common.reactive.ReactivePanacheUpdate instance for the given update document
Parameters
the update document, if it didn't contain any update operator, we add $set. It can also be expressed as a query string.
Parameters of named parameters
See also
Update all entities of this type by the given BSON update document. The returned io.quarkus.mongodb.panache.common.reactive.ReactivePanacheUpdate object will allow to restrict on which document the update should be applied.
Return
a new io.quarkus.mongodb.panache.common.reactive.ReactivePanacheUpdate instance for the given update document
Parameters
the update document, as a Document.
Parameters of named parameters