Package

au.com.onegeek.respite

models

Permalink

package models

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    Created by mfellows on 4/07/2014.

  2. trait Model[ObjectID] extends AnyRef

    Permalink

    A canonical representation of a Persisted Model.

    A canonical representation of a Persisted Model.

    Created by mfellows on 30/06/2014.

  3. trait PageableRepository extends AnyRef

    Permalink

    Canonical representation of a database Repository.

    Canonical representation of a database Repository. Not tied with any specific implementation.

    This will be a wrapper for something like ReactiveRepository that can implement Mongo-specific behaviour.

    Created by mfellows on 30/06/2014.

Value Members

  1. object ApiKey extends Serializable

    Permalink
  2. object ModelJsonExtensions

    Permalink

    Model Extensions for Handling JSON and Mongo formats.

Ungrouped