gnieh

sohva

package sohva

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

Type Members

  1. type Doc = AnyRef { ... /* 2 definitions in type refinement */ }

Value Members

  1. package async

  2. def bytes2string(bytes: Array[Byte]): String

    Attributes
    protected
  3. package control

  4. implicit def doc2idrev(d: Doc): IdRev

  5. package entities

    This package exposes classes that allows user to manage entities and their components within a CouchDB database.

    This package exposes classes that allows user to manage entities and their components within a CouchDB database.

    Entities are conceptually a simple identifier. In database they are stored as a simple document that has a single optional tag field. The components are stored in their own document as well. The gnieh.sohva.entities.EntityManager also manages views that allow for retrieving entities and their components.

  6. def hash(s: String): String

    Attributes
    protected
  7. implicit def map2idrev(m: Map[String, Any]): IdRev

  8. def passwordSha(password: String): (String, String)

    Attributes
    protected
  9. package sync

Inherited from AnyRef

Inherited from Any

Ungrouped