Packages

t

ch.wavein.play.mongo.providers

SQLMappedProvider

trait SQLMappedProvider[M <: Identity, T <: Identity] extends Provider[M]

Created by unoedx on 07/11/16.

Linear Supertypes
Provider[M], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SQLMappedProvider
  2. Provider
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. implicit abstract def ec: ExecutionContext
  2. abstract def fromSQL(t: T): M
  3. abstract def sqlProvider: SQLProvider[T]
  4. abstract def toSQL(m: M): T

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def delete(id: String): Future[M]
    Definition Classes
    SQLMappedProviderProvider
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def exists(id: String): Future[Boolean]
    Definition Classes
    SQLMappedProviderProvider
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def find(id: Option[String]): Future[Option[M]]
    Definition Classes
    SQLMappedProviderProvider
  12. def find(id: String): Future[Option[M]]
    Definition Classes
    SQLMappedProviderProvider
  13. def findMany(ids: Seq[String], ordered: Boolean): Future[Seq[M]]
    Definition Classes
    SQLMappedProviderProvider
  14. def get(id: String): Future[M]
    Definition Classes
    SQLMappedProviderProvider
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def insert(obj: M, autoGenerateId: Boolean = true): Future[M]
    Definition Classes
    SQLMappedProviderProvider
  18. def insertOrUpdate(obj: M): Future[M]

    Warinig NOT thread safe!

    Warinig NOT thread safe!

    Definition Classes
    Provider
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def list(limit: Int, order: String): Future[Seq[M]]
    Definition Classes
    SQLMappedProviderProvider
  21. def list(): Future[Seq[M]]
    Definition Classes
    SQLMappedProviderProvider
  22. def listIds(): Future[Seq[String]]
    Definition Classes
    SQLMappedProviderProvider
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def softUpdate(obj: M): Future[M]
    Definition Classes
    SQLMappedProviderProvider
  27. def sql(m: M)(f: (T) => Future[T]): Future[M]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def update(obj: M): Future[M]
    Definition Classes
    SQLMappedProviderProvider
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Provider[M]

Inherited from AnyRef

Inherited from Any

Ungrouped