io.strongtyped.active.slick

models

package models

Visibility
  1. Public
  2. All

Type Members

  1. trait Identifiable[E <: Identifiable[E]] extends AnyRef

    Base trait to define a model having an ID (i.e.: Entity).

    Base trait to define a model having an ID (i.e.: Entity). The ID is defined as a type alias as it needs to be accessed by ActiveSlick via type projection when mapping to databse tables.

  2. trait Versionable[E <: Versionable[E]] extends AnyRef

Ungrouped