Packages

class DatabaseProvider extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DatabaseProvider
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DatabaseProvider(config: MongoConfig, registry: CodecRegistry)

Type Members

  1. case class DocumentDao(provider: DatabaseProvider, collectionName: String) extends MongoDAO[Document] with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DefaultDatabaseName: String
  5. def addChangeObserver(observer: ChangeObserver[Document], databaseName: String = DefaultDatabaseName): ChangeObserver[Document]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bucket(bucketName: String): GridFSBucket
  8. def cachedCollectionNames(): List[String]
  9. def cachedDatabaseNames(): List[String]
  10. def client: MongoClient
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  12. def closeClient(): Unit
  13. def collection[A](collectionName: String)(implicit ct: ClassTag[A]): MongoCollection[A]
  14. def collectionInfos(databaseName: String = DefaultDatabaseName): List[CollectionInfo]
  15. def collectionNames(databaseName: String = DefaultDatabaseName): List[String]
  16. def collectionStatus(collectionName: String, databaseName: String = DefaultDatabaseName): Observable[CollectionStatus]
  17. def collections(databaseName: String = DefaultDatabaseName): ListCollectionsObservable[Document]
  18. val config: MongoConfig
  19. def dao(collectionName: String): MongoDAO[Document]
  20. def database(databaseName: String = DefaultDatabaseName): MongoDatabase
  21. def databaseInfos: List[DatabaseInfo]
  22. def databaseNames: List[String]
  23. def databases: ListDatabasesObservable[Document]
  24. def dropDatabase(databaseName: String = DefaultDatabaseName): SingleObservable[Void]
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  28. def guessDatabaseName(maybeSeparatedName: String): String
  29. def guessName(maybeSeparatedName: String): String
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  31. def isClosed: Boolean
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  36. val registry: CodecRegistry
  37. def runCommand(document: Document, databaseName: String = DefaultDatabaseName): SingleObservable[Document]
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped