Package

longevity

context

Permalink

package context

contains the LongevityContext plus supporting types and classes

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

Type Members

  1. trait JsonContext extends AnyRef

    Permalink

    the portion of a LongevityContext that deals with JSON marshalling

  2. final class LongevityContext extends PersistenceContext with TestContext with JsonContext

    Permalink

    a collection of longevity utilities applicable to a specific DomainModel.

  3. trait PersistenceContext extends AnyRef

    Permalink

    the portion of a LongevityContext that deals with persistence

  4. trait TestContext extends AnyRef

    Permalink

    the portion of a LongevityContext that deals with testing

Value Members

  1. object LongevityContext

    Permalink

    contains a factory method for LongevityContext objects

  2. object TestContext

    Permalink

    contains an implicit class for ScalaTest methods

Inherited from AnyRef

Inherited from Any

Ungrouped