net.fwbrasil.activate

play

package play

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. play
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait ActivatePlayContext extends ActivateContext

  2. class ActivatePlayPlugin extends Plugin

  3. trait ActivatePlayTest extends ActivateTest

  4. class EntityForm[T <: BaseEntity] extends Form[MutableEntityMap[T]]

    Annotations
    @implicitNotFound( ... )
  5. class EntityFormatter[T <: BaseEntity] extends Formatter[T]

  6. case class EntityMapping[T <: BaseEntity](properties: List[Mapping[_]], key: String = "", constraints: Seq[Constraint[MutableEntityMap[T]]] = immutable.this.Nil)(implicit context: ActivateContext, m: Manifest[T], entityMetadata: EntityMetadata) extends Mapping[MutableEntityMap[T]] with ObjectMapping with Product with Serializable

  7. type EntityData[T <: BaseEntity] = MutableEntityMap[T]

    Annotations
    @deprecated
    Deprecated

    (Since version 1.5) EntityData is deprecated, please use net.fwbrasil.activate.entity.map.MutableEntityMap

Value Members

  1. object EntityForm extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped