Trait/Object

io.teamscala.play.db.slick

Dao

Related Docs: object Dao | package slick

Permalink

trait Dao extends AnyRef

Self Type
Dao with HasSlickDriver[JdbcProfile]
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Dao
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class DaoTableQuery extends TableQuery[(Dao.this)#T]

    Permalink
  2. final type M = (Dao.this)#Model

    Permalink
  3. abstract type Model

    Permalink
  4. final type P = (Dao.this)#PackedId

    Permalink
  5. abstract type PackedId

    Permalink
  6. final type Q = Query[(Dao.this)#T, (Dao.this)#M, Seq]

    Permalink
  7. final type T = (Dao.this)#Table

    Permalink
  8. abstract type Table <: slick.driver.JdbcProfile.API.Table[(Dao.this)#Model] with HasId[(Dao.this)#UnpackedId, (Dao.this)#PackedId]

    Permalink
  9. final type U = (Dao.this)#UnpackedId

    Permalink
  10. abstract type UnpackedId

    Permalink

Abstract Value Members

  1. abstract def db: Database

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def all: Future[Seq[(Dao.this)#M]]

    Permalink
  5. def allIds: Future[Seq[(Dao.this)#U]]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def count: Future[Int]

    Permalink
  9. def delete(id: (Dao.this)#U): Future[Int]

    Permalink
  10. def deleteAll(): Future[Int]

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def executionContext: ExecutionContext

    Permalink
  14. def existsById(id: (Dao.this)#U): Future[Boolean]

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findById(id: (Dao.this)#U): Future[Option[(Dao.this)#M]]

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def insert(model: (Dao.this)#M): Future[Int]

    Permalink
  20. def insertAll(models: (Dao.this)#M*): Future[Option[Int]]

    Permalink
  21. def insertOrUpdate(model: (Dao.this)#M): Future[Int]

    Permalink
  22. def insertReturningId(model: (Dao.this)#M): Future[(Dao.this)#U]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def query: (Dao.this)#DaoTableQuery with (Dao.this)#Q

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. def update(id: (Dao.this)#U, model: (Dao.this)#M): Future[Int]

    Permalink
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped