FindAndModifyCommand

reactivemongo.api.commands.FindAndModifyCommand

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
PackSupport[P]

Members list

Concise view

Type members

Classlikes

sealed trait FindAndModifyOp

A modify operation, part of a FindAndModify command

A modify operation, part of a FindAndModify command

Attributes

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

Graph
Supertypes
class Object
trait Matchable
class Any

Remove (part of a FindAndModify command).

Remove (part of a FindAndModify command).

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Last error for a find-and-update command

Last error for a find-and-update command

Attributes

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

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

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Abstract methods