ReactiveMongoModule

play.modules.reactivemongo.ReactiveMongoModule
See theReactiveMongoModule companion object
@Singleton
final class ReactiveMongoModule extends Module

MongoDB module.

Attributes

Companion:
object
Graph
Supertypes
class Module
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def bindings(environment: Environment, configuration: Configuration): Seq[Binding[_]]

Attributes

Definition Classes

Inherited methods

final def bind[T : ClassTag]: BindingKey[T]

Attributes

Inherited from:
Module

Deprecated and Inherited methods

final def bind[T](clazz: Class[T]): BindingKey[T]

Attributes

Deprecated
true
Inherited from:
Module
final def seq(bindings: Binding[_]*): Seq[Binding[_]]

Attributes

Deprecated
true
Inherited from:
Module