Packages

class Repo[Create, Entity, Update, Names] extends AnyRef

Self Type
Repo[Create, Entity, Update, Names]
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Repo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Repo(meta: UnnamedRepoMeta[Create, Entity, Update, Names])(implicit arg0: doobie.Read[Entity], arg1: Empty[Update])

Type Members

  1. case class Fetching extends Product with Serializable
  2. case class Updating extends Product with Serializable

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 count(filter: (Names) => Filter): doobie.Query0[Long]
  7. def delete(filter: (Names) => Filter): doobie.Update0
  8. lazy val emptyUpdate: Update
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def exists(filter: (Names) => Filter): doobie.Query0[Boolean]
  12. def fetch: Fetching
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def insert(create: Create): doobie.Update0
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def join[C1, E1, S1, N1](repo2: Repo[C1, E1, S1, N1], joinType: JoinType = JoinType.Inner): Fetcher[(Create, C1), (Entity, E1), (Update, S1), (Names, N1)]
  19. val meta: UnnamedRepoMeta[Create, Entity, Update, Names]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val read: doobie.Read[Entity]
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def update: Updating
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped