Package

org.mongodb

scala

Permalink

package scala

Linear Supertypes
WriteConcernImplicits, ObservableImplicits, ClientSessionImplicits, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scala
  2. WriteConcernImplicits
  3. ObservableImplicits
  4. ClientSessionImplicits
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AutoEncryptionSettings = com.mongodb.AutoEncryptionSettings

    Permalink
  2. implicit class BoxedObservable[T] extends Observable[T]

    Permalink
    Definition Classes
    ObservableImplicits
  3. implicit class BoxedObserver[T] extends Observer[T]

    Permalink
    Definition Classes
    ObservableImplicits
  4. implicit class BoxedSubscription extends Subscription

    Permalink
    Definition Classes
    ObservableImplicits
  5. type BulkWriteResult = com.mongodb.bulk.BulkWriteResult

    Permalink
  6. type ClientEncryptionSettings = com.mongodb.ClientEncryptionSettings

    Permalink
  7. type ClientSession = com.mongodb.async.client.ClientSession

    Permalink
  8. type ClientSessionOptions = com.mongodb.ClientSessionOptions

    Permalink
  9. type Document = scala.bson.collection.immutable.Document

    Permalink
  10. type DuplicateKeyException = com.mongodb.DuplicateKeyException

    Permalink
  11. type MongoBulkWriteException = com.mongodb.MongoBulkWriteException

    Permalink
  12. type MongoChangeStreamException = com.mongodb.MongoChangeStreamException

    Permalink
  13. type MongoClientException = com.mongodb.MongoClientException

    Permalink
  14. type MongoClientSettings = com.mongodb.MongoClientSettings

    Permalink
  15. type MongoCommandException = com.mongodb.MongoCommandException

    Permalink
  16. type MongoCompressor = com.mongodb.MongoCompressor

    Permalink
  17. type MongoCredential = com.mongodb.MongoCredential

    Permalink
  18. type MongoCursorNotFoundException = com.mongodb.MongoCursorNotFoundException

    Permalink
  19. type MongoDriverInformation = com.mongodb.MongoDriverInformation

    Permalink
  20. type MongoException = com.mongodb.MongoException

    Permalink
  21. type MongoExecutionTimeoutException = com.mongodb.MongoExecutionTimeoutException

    Permalink
  22. type MongoIncompatibleDriverException = com.mongodb.MongoIncompatibleDriverException

    Permalink
  23. type MongoInternalException = com.mongodb.MongoInternalException

    Permalink
  24. type MongoInterruptedException = com.mongodb.MongoInterruptedException

    Permalink
  25. type MongoNamespace = com.mongodb.MongoNamespace

    Permalink
  26. type MongoNodeIsRecoveringException = com.mongodb.MongoNodeIsRecoveringException

    Permalink
  27. type MongoNotPrimaryException = com.mongodb.MongoNotPrimaryException

    Permalink
  28. type MongoQueryException = com.mongodb.MongoQueryException

    Permalink
  29. type MongoSecurityException = com.mongodb.MongoSecurityException

    Permalink
  30. type MongoServerException = com.mongodb.MongoServerException

    Permalink
  31. type MongoSocketClosedException = com.mongodb.MongoSocketClosedException

    Permalink
  32. type MongoSocketException = com.mongodb.MongoSocketException

    Permalink
  33. type MongoSocketOpenException = com.mongodb.MongoSocketOpenException

    Permalink
  34. type MongoSocketReadException = com.mongodb.MongoSocketReadException

    Permalink
  35. type MongoSocketReadTimeoutException = com.mongodb.MongoSocketReadTimeoutException

    Permalink
  36. type MongoSocketWriteException = com.mongodb.MongoSocketWriteException

    Permalink
  37. type MongoTimeoutException = com.mongodb.MongoTimeoutException

    Permalink
  38. type MongoWaitQueueFullException = com.mongodb.MongoWaitQueueFullException

    Permalink
  39. type MongoWriteConcernException = com.mongodb.MongoWriteConcernException

    Permalink
  40. type MongoWriteException = com.mongodb.MongoWriteException

    Permalink
  41. type ReadConcern = com.mongodb.ReadConcern

    Permalink
  42. type ReadConcernLevel = com.mongodb.ReadConcernLevel

    Permalink
  43. type ReadPreference = com.mongodb.ReadPreference

    Permalink
  44. implicit class ScalaClientSession extends AnyRef

    Permalink
    Definition Classes
    ClientSessionImplicits
  45. implicit class ScalaObservable[T] extends AnyRef

    Permalink
    Definition Classes
    ObservableImplicits
  46. implicit class ScalaSingleObservable[T] extends AnyRef

    Permalink
    Definition Classes
    ObservableImplicits
  47. implicit class ScalaWriteConcern[T] extends AnyRef

    Permalink
    Definition Classes
    WriteConcernImplicits
  48. type ServerAddress = com.mongodb.ServerAddress

    Permalink
  49. type Tag = com.mongodb.Tag

    Permalink
  50. type TagSet = com.mongodb.TagSet

    Permalink
  51. type TaggableReadPreference = com.mongodb.TaggableReadPreference

    Permalink
  52. implicit class ToSingleObservable[T] extends SingleObservable[T]

    Permalink
    Definition Classes
    ObservableImplicits
  53. type TransactionOptions = com.mongodb.TransactionOptions

    Permalink
  54. type WriteConcern = com.mongodb.WriteConcern

    Permalink
  55. type WriteConcernException = com.mongodb.WriteConcernException

    Permalink
  56. type WriteConcernResult = com.mongodb.WriteConcernResult

    Permalink
  57. type WriteError = com.mongodb.WriteError

    Permalink

Value Members

  1. val Document: scala.bson.collection.immutable.Document.type

    Permalink
  2. implicit def bsonDocumentToDocument(doc: BsonDocument): Document

    Permalink
  3. implicit def bsonDocumentToUntypedDocument(doc: BsonDocument): bson.Document

    Permalink
  4. implicit def classTagToClassOf[C](ct: ClassTag[C]): Class[C]

    Permalink
  5. implicit def documentToUntypedDocument(doc: Document): bson.Document

    Permalink

Inherited from WriteConcernImplicits

Inherited from ObservableImplicits

Inherited from ClientSessionImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped