object PropagationPolicy

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

Value Members

  1. object Background extends PropagationPolicy with Product with Serializable

    Foreground cascading deletion

  2. object Foreground extends PropagationPolicy with Product with Serializable

    Background cascading deletion

  3. object Orphan extends PropagationPolicy with Product with Serializable

    Deletes the object without deleting its dependents