Package

repos

Permalink

package repos

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. repos
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Action[+S <: NoStream, +A] extends AnyRef

    Permalink
  2. implicit final class ApplyIfDefined[M] extends AnyVal

    Permalink
  3. trait DataMapper[M] extends AnyRef

    Permalink
  4. trait Database extends AnyRef

    Permalink
  5. class ElementNotFoundException extends RepoException

    Permalink
  6. case class EntryTableRecord[Id, M](pk: Long, id: Id, timestamp: Long, entry: M) extends Product with Serializable

    Permalink
  7. trait IdMapper[T] extends AnyRef

    Permalink

    IdMapper providers implicits that help manipulating Id types in a generic way with slick.

    IdMapper providers implicits that help manipulating Id types in a generic way with slick.

    T

    the type of Id.

  8. trait IdType extends Any

    Permalink
  9. trait IndexTableMethods[Id, M] extends AnyRef

    Permalink
  10. sealed trait NoStream extends AnyRef

    Permalink
  11. class Repo[Id, M] extends IndexTableMethods[Id, M]

    Permalink
  12. abstract class RepoPublisher[T] extends Publisher[T]

    Permalink
  13. case class SecondaryIndex[Id, M, R](repo: Repo[Id, M], name: String, projection: (M) ⇒ Seq[R])(implicit projectionType: ProjectionType[R]) extends Product with Serializable

    Permalink
  14. final class SecondaryIndexQueries[Id, M, R] extends AnyVal

    Permalink
  15. trait Streaming[+A] extends NoStream

    Permalink

Value Members

  1. object Action

    Permalink
  2. object IdMapper

    Permalink

    We define a macro that implicitly creates IdFactories when they are needed.

    We define a macro that implicitly creates IdFactories when they are needed. Doing this eliminates the need to repetitively write an IdFactory for each case class. Also, in many source files we import all types with a wildcard, this prevents importing many implicit IdFactories into the scope.

  3. object SecondaryIndex extends Serializable

    Permalink
  4. object SecondaryIndexQueries

    Permalink
  5. package inmem

    Permalink
  6. package jdbc

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped