Packages

p

org.mongodb

scala

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
  2. implicit class BoxedObservable[T] extends Observable[T]
    Definition Classes
    ObservableImplicits
  3. implicit class BoxedObserver[T] extends Observer[T]
    Definition Classes
    ObservableImplicits
  4. implicit class BoxedSubscription extends Subscription
    Definition Classes
    ObservableImplicits
  5. type BulkWriteResult = com.mongodb.bulk.BulkWriteResult
  6. type ClientEncryptionSettings = com.mongodb.ClientEncryptionSettings
  7. type ClientSession = com.mongodb.async.client.ClientSession
  8. type ClientSessionOptions = com.mongodb.ClientSessionOptions
  9. type Document = scala.bson.collection.immutable.Document
  10. type DuplicateKeyException = com.mongodb.DuplicateKeyException
  11. type MongoBulkWriteException = com.mongodb.MongoBulkWriteException
  12. type MongoChangeStreamException = com.mongodb.MongoChangeStreamException
  13. type MongoClientException = com.mongodb.MongoClientException
  14. type MongoClientSettings = com.mongodb.MongoClientSettings
  15. type MongoCommandException = com.mongodb.MongoCommandException
  16. type MongoCompressor = com.mongodb.MongoCompressor
  17. type MongoCredential = com.mongodb.MongoCredential
  18. type MongoCursorNotFoundException = com.mongodb.MongoCursorNotFoundException
  19. type MongoDriverInformation = com.mongodb.MongoDriverInformation
  20. type MongoException = com.mongodb.MongoException
  21. type MongoExecutionTimeoutException = com.mongodb.MongoExecutionTimeoutException
  22. type MongoIncompatibleDriverException = com.mongodb.MongoIncompatibleDriverException
  23. type MongoInternalException = com.mongodb.MongoInternalException
  24. type MongoInterruptedException = com.mongodb.MongoInterruptedException
  25. type MongoNamespace = com.mongodb.MongoNamespace
  26. type MongoNodeIsRecoveringException = com.mongodb.MongoNodeIsRecoveringException
  27. type MongoNotPrimaryException = com.mongodb.MongoNotPrimaryException
  28. type MongoQueryException = com.mongodb.MongoQueryException
  29. type MongoSecurityException = com.mongodb.MongoSecurityException
  30. type MongoServerException = com.mongodb.MongoServerException
  31. type MongoSocketClosedException = com.mongodb.MongoSocketClosedException
  32. type MongoSocketException = com.mongodb.MongoSocketException
  33. type MongoSocketOpenException = com.mongodb.MongoSocketOpenException
  34. type MongoSocketReadException = com.mongodb.MongoSocketReadException
  35. type MongoSocketReadTimeoutException = com.mongodb.MongoSocketReadTimeoutException
  36. type MongoSocketWriteException = com.mongodb.MongoSocketWriteException
  37. type MongoTimeoutException = com.mongodb.MongoTimeoutException
  38. type MongoWaitQueueFullException = com.mongodb.MongoWaitQueueFullException
  39. type MongoWriteConcernException = com.mongodb.MongoWriteConcernException
  40. type MongoWriteException = com.mongodb.MongoWriteException
  41. type ReadConcern = com.mongodb.ReadConcern
  42. type ReadConcernLevel = com.mongodb.ReadConcernLevel
  43. type ReadPreference = com.mongodb.ReadPreference
  44. implicit class ScalaClientSession extends AnyRef
    Definition Classes
    ClientSessionImplicits
  45. implicit class ScalaObservable[T] extends AnyRef
    Definition Classes
    ObservableImplicits
  46. implicit class ScalaSingleObservable[T] extends AnyRef
    Definition Classes
    ObservableImplicits
  47. implicit class ScalaWriteConcern[T] extends AnyRef
    Definition Classes
    WriteConcernImplicits
  48. type ServerAddress = com.mongodb.ServerAddress
  49. type Tag = com.mongodb.Tag
  50. type TagSet = com.mongodb.TagSet
  51. type TaggableReadPreference = com.mongodb.TaggableReadPreference
  52. implicit class ToSingleObservable[T] extends SingleObservable[T]
    Definition Classes
    ObservableImplicits
  53. type TransactionOptions = com.mongodb.TransactionOptions
  54. type WriteConcern = com.mongodb.WriteConcern
  55. type WriteConcernException = com.mongodb.WriteConcernException
  56. type WriteConcernResult = com.mongodb.WriteConcernResult
  57. type WriteError = com.mongodb.WriteError

Value Members

  1. val Document: scala.bson.collection.immutable.Document.type
  2. implicit def bsonDocumentToDocument(doc: BsonDocument): Document
  3. implicit def bsonDocumentToUntypedDocument(doc: BsonDocument): bson.Document
  4. implicit def classTagToClassOf[C](ct: ClassTag[C]): Class[C]
  5. implicit def documentToUntypedDocument(doc: Document): bson.Document

Inherited from WriteConcernImplicits

Inherited from ObservableImplicits

Inherited from ClientSessionImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped