package persistence
- Alphabetic
- By Inheritance
- persistence
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
Deleted[P] extends Product with Serializable
the result of deleting a persistent object
-
case class
PState[P] extends Product with Serializable
the persistent state of a persistent object of type
P
-
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
-
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
- implicit def repoToFS2Repo[F[_], M](repo: Repo[F, M]): FS2Repo[F, M]
-
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
- implicit def repoToPlayRepo[F[_], M](repo: Repo[F, M]): PlayRepo[F, M]