package context
contains the LongevityContext plus supporting types and classes
- Source
- package.scala
- Alphabetic
- By Inheritance
- context
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
JsonContext
extends AnyRef
the portion of a LongevityContext that deals with JSON marshalling
-
final
class
LongevityContext
extends PersistenceContext with TestContext with JsonContext
a collection of longevity utilities applicable to a specific DomainModel.
-
trait
PersistenceContext
extends AnyRef
the portion of a LongevityContext that deals with persistence
-
trait
TestContext
extends AnyRef
the portion of a LongevityContext that deals with testing
Value Members
-
object
LongevityContext
contains a factory method for LongevityContext objects
-
object
TestContext
contains an implicit class for ScalaTest methods