Packages

p

longevity

persistence

package persistence

manages entity persistence operations

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. persistence
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Deleted[P] extends Product with Serializable

    the result of deleting a persistent object

  2. case class PState[P] extends Product with Serializable

    the persistent state of a persistent object of type P

  3. abstract class Repo[F[_], M] extends AnyRef

    a repository for persistent objects in a model

    a repository for persistent objects in a model

    F

    the effect

    M

    the model

Value Members

  1. implicit def repoToAkkaStreamsRepo[F[_], M](repo: Repo[F, M]): AkkaStreamsRepo[F, M]

    implicit conversion from Repo to AkkaStreamsRepo

    implicit conversion from Repo to AkkaStreamsRepo

    F

    the effect

    M

    the model

  2. implicit def repoToFS2Repo[F[_], M](repo: Repo[F, M]): FS2Repo[F, M]

    implicit conversion from Repo to FS2Repo

    implicit conversion from Repo to FS2Repo

    F

    the effect

    M

    the model

  3. implicit def repoToIterateeIoRepo[F[_], M](repo: Repo[F, M]): IterateeIoRepo[F, M]

    implicit conversion from Repo to IterateeIoRepo

    implicit conversion from Repo to IterateeIoRepo

    F

    the effect

    M

    the model

  4. implicit def repoToPlayRepo[F[_], M](repo: Repo[F, M]): PlayRepo[F, M]

    implicit conversion from Repo to PlayRepo

    implicit conversion from Repo to PlayRepo

    F

    the effect

    M

    the model

Inherited from AnyRef

Inherited from Any

Ungrouped