Package

com.byteslounge.slickrepo

meta

Permalink

package meta

Visibility
  1. Public
  2. All

Type Members

  1. trait Entity[T <: Entity[T, ID], ID] extends AnyRef

    Permalink

    Business entity that is mapped to a database record.

  2. trait Keyed[ID] extends AnyRef

    Permalink

    Entity which is identified by a key.

  3. trait Versioned[ID, V] extends Keyed[ID]

    Permalink

    Versioned entity which is identified by a key.

  4. trait VersionedEntity[T <: VersionedEntity[T, ID, V], ID, V] extends Entity[T, ID]

    Permalink

    Versioned business entity that is mapped to a database record.

Ungrouped