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. def compact(maxWaitPerCollection: Int = DefaultMaxWait): List[CompactResult]
  19. def compactDatabase(databaseName: String = DefaultDatabaseName, maxWaitPerCollection: Int = DefaultMaxWait): List[CompactResult]
  20. val config: MongoConfig
  21. def dao(collectionName: String): MongoDAO[Document]
  22. def database(databaseName: String = DefaultDatabaseName): MongoDatabase
  23. def databaseInfos: List[DatabaseInfo]
  24. def databaseNames: List[String]
  25. def databases: ListDatabasesObservable[Document]
  26. def dropDatabase(databaseName: String = DefaultDatabaseName): SingleObservable[Void]
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  30. def guessDatabaseName(maybeSeparatedName: String): String
  31. def guessName(maybeSeparatedName: String): String
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  33. def isClosed: Boolean
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  38. val registry: CodecRegistry
  39. def runCommand(document: Document, databaseName: String = DefaultDatabaseName): SingleObservable[Document]
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. 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