Trait

io.teamscala.slick.ext

Dao

Related Doc: package ext

Permalink

trait Dao extends AnyRef

Self Type
Dao with HasJdbcDriver[JdbcProfile]
Linear Supertypes
AnyRef, Any
Known Subclasses
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. abstract type Entity

    Permalink
  2. abstract type EntityTable <: slick.profile.RelationalProfile.Table[(Dao.this)#Entity]

    Permalink
  3. abstract type Id

    Permalink
  4. type IdShape = slick.driver.JdbcProfile.API.Shape[slick.driver.JdbcProfile.API.ColumnsShapeLevel, (Dao.this)#Id, (Dao.this)#Id, _]

    Permalink
  5. abstract type PackedId

    Permalink
  6. type PackedIdShape = Shape[slick.driver.JdbcProfile.API.ColumnsShapeLevel, (Dao.this)#PackedId, (Dao.this)#Id, (Dao.this)#PackedId]

    Permalink

Abstract Value Members

  1. abstract def $id: ((Dao.this)#EntityTable) ⇒ (Dao.this)#PackedId

    Permalink
  2. abstract def query: slick.driver.JdbcProfile.API.Query[(Dao.this)#EntityTable, (Dao.this)#Entity, Seq]

    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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def deleteById(id: (Dao.this)#Id)(implicit sh1: (Dao.this)#IdShape, sh2: (Dao.this)#PackedIdShape): slick.driver.JdbcProfile.API.DBIOAction[Int, slick.driver.JdbcProfile.API.NoStream, Write]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def existsById(id: (Dao.this)#Id)(implicit sh1: (Dao.this)#IdShape, sh2: (Dao.this)#PackedIdShape): slick.driver.JdbcProfile.API.DBIOAction[Boolean, slick.driver.JdbcProfile.API.NoStream, Read]

    Permalink
  10. def filterById(id: (Dao.this)#Id)(implicit sh1: (Dao.this)#IdShape, sh2: (Dao.this)#PackedIdShape): Query[(Dao.this)#EntityTable, (Dao.this)#Entity, Seq]

    Permalink
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def findById(id: (Dao.this)#Id)(implicit sh1: (Dao.this)#IdShape, sh2: (Dao.this)#PackedIdShape): slick.driver.JdbcProfile.API.DBIOAction[Option[(Dao.this)#Entity], slick.driver.JdbcProfile.API.NoStream, Read]

    Permalink
  13. def getById(id: (Dao.this)#Id)(implicit sh1: (Dao.this)#IdShape, sh2: (Dao.this)#PackedIdShape, executor: ExecutionContext): slick.driver.JdbcProfile.API.DBIOAction[(Dao.this)#Entity, slick.driver.JdbcProfile.API.NoStream, Read]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def insertReturningId(entity: (Dao.this)#Entity)(implicit sh1: (Dao.this)#IdShape, sh2: (Dao.this)#PackedIdShape): slick.driver.JdbcProfile.API.DBIOAction[(Dao.this)#Id, slick.driver.JdbcProfile.API.NoStream, Write]

    Permalink
  17. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def updateById(id: (Dao.this)#Id, entity: (Dao.this)#Entity)(implicit sh1: (Dao.this)#IdShape, sh2: (Dao.this)#PackedIdShape): slick.driver.JdbcProfile.API.DBIOAction[Int, slick.driver.JdbcProfile.API.NoStream, Write]

    Permalink
  24. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped