au.com.onegeek.respite

models

package models

Visibility
  1. Public
  2. All

Type Members

  1. case class ApiKey(id: BSONObjectID = ..., application: String, description: String, key: String) extends Model[BSONObjectID] with Product with Serializable

    Created by mfellows on 4/07/2014.

  2. trait Model[ObjectID] extends AnyRef

    A canonical representation of a Persisted Model.

  3. trait PageableRepository extends AnyRef

    Canonical representation of a database Repository.

Value Members

  1. object ApiKey extends Serializable

  2. object ModelJsonExtensions

    Model Extensions for Handling JSON and Mongo formats.

Ungrouped