gnieh.sohva.async.entities

impl

package impl

Visibility
  1. Public
  2. All

Type Members

  1. case class CouchEntity(_id: String, tag: Option[String]) extends IdRev with Product with Serializable

    Reprensetation of an entity in the CouchDB database.

    Reprensetation of an entity in the CouchDB database. In CouchDB an entity is nothing but an identifier and an optional tag. Components will be stored in their own document, managed views may be used to aggregate several components at once.

Ungrouped