Packages

trait SQLProvider[M <: Identity] extends Provider[M]

Created by unoedx on 02/11/16.

Linear Supertypes
Provider[M], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SQLProvider
  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 val entryPoint: SquerylEntrypoint
  3. abstract def setId(o: M): M
  4. abstract def table: Table[M]

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

    Warinig NOT thread safe!

    Warinig NOT thread safe!

    Definition Classes
    Provider
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. implicit def key: KeyedEntityDef[M, String]
  22. def list(limit: Int, order: String): Future[Seq[M]]
    Definition Classes
    SQLProviderProvider
  23. def list(): Future[Seq[M]]
    Definition Classes
    SQLProviderProvider
  24. def listIds(): Future[Seq[String]]
    Definition Classes
    SQLProviderProvider
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def softUpdate(obj: M): Future[M]
    Definition Classes
    SQLProviderProvider
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def update(obj: M): Future[M]
    Definition Classes
    SQLProviderProvider
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. 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