Packages

  • package root

    This is the documentation for the MongoDB Scala driver.

    This is the documentation for the MongoDB Scala driver.

    Driver structure

    The mongodb scala driver.

    To get started you need a MongoClient instance, either from a connection string or via a org.mongodb.scala.MongoClientSettings.

    Notable packages include:

    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package mongodb
    Definition Classes
    org
  • package scala

    The MongoDB Scala Driver package

    The MongoDB Scala Driver package

    Contains type aliases and companion objects to help when using the Scala API

    Definition Classes
    mongodb
    Since

    1.0

  • package bson

    The bson package, contains mirrors and companion objects for Bson values.

    The bson package, contains mirrors and companion objects for Bson values.

    Definition Classes
    scala
  • package connection

    The connection package contains classes that manage connecting to MongoDB servers.

    The connection package contains classes that manage connecting to MongoDB servers.

    Definition Classes
    scala
  • package gridfs
    Definition Classes
    scala
  • package model

    The model package containing models and options that help describe MongoCollection operations

    The model package containing models and options that help describe MongoCollection operations

    Definition Classes
    scala
  • package vault

    This package contains the Key Vault API

    This package contains the Key Vault API

    Definition Classes
    scala
    Since

    2.7

  • ClientEncryption
  • ClientEncryptions

package vault

This package contains the Key Vault API

Since

2.7

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. vault
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ClientEncryption(wrapped: com.mongodb.reactivestreams.client.vault.ClientEncryption) extends Closeable with Product with Serializable

    The Key vault.

    The Key vault.

    Used to create data encryption keys, and to explicitly encrypt and decrypt values when auto-encryption is not an option.

    Annotations
    @Beta()
    Since

    2.7

Value Members

  1. object ClientEncryptions

    Factory for ClientEncryption implementations.

    Factory for ClientEncryption implementations.

    Annotations
    @Beta()
    Since

    2.7

Inherited from AnyRef

Inherited from Any

Ungrouped