case classCouchEntity(_id: String, tag: Option[String]) extends IdRev with Product with Serializable
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.
Linear Supertypes
Serializable, Serializable, Product, Equals, IdRev, AnyRef, Any
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.