Skip to content

opensavvy.ktmongo.api.operations

Types

AggregationOperations

The different MongoDB operations related to aggregation pipelines.

BaseOperations

interface BaseOperations

The common interface to all operations interfaces.

ClientSideViewOperations

The different MongoDB operations related to client-side views.

CollectionOperations

Interface grouping MongoDB operations relating to collection administration.

CountOperations

The different MongoDB operations related to counting documents.

DeleteOperations

The different MongoDB operations related to deleting documents.

FindOperations

The different MongoDB operations related to finding documents.

InsertOperations

The different MongoDB operations related to inserting documents.

UpdateOperations

The different MongoDB operations related to updating documents.

UpdatePipelineOperations

Interface grouping MongoDB operations allowing to update existing information using aggregation pipelines.