FindAndModifyOps

reactivemongo.api.collections.FindAndModifyOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Concise view

Type members

Inherited classlikes

sealed trait FindAndModifyOp

A modify operation, part of a FindAndModify command

A modify operation, part of a FindAndModify command

Attributes

Inherited from:
FindAndModifyCommand
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Result for a find-and-modify command

Result for a find-and-modify command

Attributes

Inherited from:
FindAndModifyCommand
Graph
Supertypes
class Object
trait Matchable
class Any

Remove (part of a FindAndModify command).

Remove (part of a FindAndModify command).

Attributes

Inherited from:
FindAndModifyCommand
Graph
Supertypes
class Object
trait Matchable
class Any

Last error for a find-and-update command

Last error for a find-and-update command

Attributes

Inherited from:
FindAndModifyCommand
Graph
Supertypes
class Object
trait Matchable
class Any
final class FindAndUpdateOp extends FindAndModifyOp

Update (part of a FindAndModify command).

Update (part of a FindAndModify command).

Attributes

fetchNewObject

the command result must be the new object instead of the old one.

update

the modifier document.

upsert

if true, creates a new document if no document matches the query, or if documents match the query, findAndModify performs an update

Inherited from:
FindAndModifyCommand
Graph
Supertypes
class Object
trait Matchable
class Any

Update (part of a FindAndModify command).

Update (part of a FindAndModify command).

Attributes

fetchNewObject

the command result must be the new object instead of the old one.

update

the aggregation pipeline

upsert

if true, creates a new document if no document matches the query, or if documents match the query, findAndModify performs an update

Inherited from:
FindAndModifyCommand
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

Attributes

Inherited from:
FindAndModifyCommand