Trait

io.teamscala.play.db.slick

DaoCrudActionsComponent

Related Doc: package slick

Permalink

trait DaoCrudActionsComponent extends AnyRef

Self Type
DaoCrudActionsComponent with HasSlickDriver[JdbcDriver] with DaoBaseComponent with DaoQueryComponent
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DaoCrudActionsComponent
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

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: slick.driver.JdbcProfile.API.StreamingDBIO[Seq[(DaoCrudActionsComponent.this)#Entity], (DaoCrudActionsComponent.this)#Entity]

    Permalink
  5. def allIds: slick.driver.JdbcProfile.API.StreamingDBIO[Seq[(DaoCrudActionsComponent.this)#Id], (DaoCrudActionsComponent.this)#Id]

    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: slick.driver.JdbcProfile.API.DBIO[Int]

    Permalink
  9. def delete(): slick.driver.JdbcProfile.API.DBIO[Int]

    Permalink
  10. def delete(id: (DaoCrudActionsComponent.this)#Id): slick.driver.JdbcProfile.API.DBIO[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 existsById(id: (DaoCrudActionsComponent.this)#Id): slick.driver.JdbcProfile.API.DBIO[Boolean]

    Permalink
  14. def fetchAll(fetchSize: Int = 100): slick.driver.JdbcProfile.API.StreamingDBIO[Seq[(DaoCrudActionsComponent.this)#Entity], (DaoCrudActionsComponent.this)#Entity]

    Permalink
  15. def fetchAllIds(fetchSize: Int = 100): slick.driver.JdbcProfile.API.StreamingDBIO[Seq[(DaoCrudActionsComponent.this)#Id], (DaoCrudActionsComponent.this)#Id]

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def findById(id: (DaoCrudActionsComponent.this)#Id): slick.driver.JdbcProfile.API.DBIO[Option[(DaoCrudActionsComponent.this)#Entity]]

    Permalink
  18. def getById(id: (DaoCrudActionsComponent.this)#Id): slick.driver.JdbcProfile.API.DBIO[(DaoCrudActionsComponent.this)#Entity]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def insert(entities: Seq[(DaoCrudActionsComponent.this)#Entity]): slick.driver.JdbcProfile.API.DBIO[Option[Int]]

    Permalink
  22. def insert(entity: (DaoCrudActionsComponent.this)#Entity): slick.driver.JdbcProfile.API.DBIO[Int]

    Permalink
  23. def insertOrUpdate(entity: (DaoCrudActionsComponent.this)#Entity): slick.driver.JdbcProfile.API.DBIO[Int]

    Permalink
  24. def insertReturningId(entity: (DaoCrudActionsComponent.this)#Entity): slick.driver.JdbcProfile.API.DBIO[(DaoCrudActionsComponent.this)#Id]

    Permalink
  25. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def save(entity: (DaoCrudActionsComponent.this)#Entity with (DaoCrudActionsComponent.this)#Identifiable): slick.driver.JdbcProfile.API.DBIO[(DaoCrudActionsComponent.this)#Entity]

    Permalink
    Annotations
    @throws( "if the row not found" ) @throws( "if the too many rows affected" )
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def update(id: (DaoCrudActionsComponent.this)#Id, entity: (DaoCrudActionsComponent.this)#Entity): slick.driver.JdbcProfile.API.DBIO[Int]

    Permalink
  33. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped