Package

com.byteslounge.slickrepo

version

Permalink

package version

Visibility
  1. Public
  2. All

Type Members

  1. case class InstantVersion(instant: Instant) extends Product with Serializable

    Permalink

    Wraps a java.time.Instant to be used as an entity version field.

  2. case class LocalDateTimeVersion(localDateTime: LocalDateTime) extends Product with Serializable

    Permalink

    Wraps a java.time.LocalDateTime to be used as an entity version field.

  3. case class LongInstantVersion(instant: Instant) extends Product with Serializable

    Permalink

    Entity version field that stores the current UTC instant in milliseconds.

  4. case class LongLocalDateTimeVersion(localDateTime: LocalDateTime) extends Product with Serializable

    Permalink

    Entity version field that stores the current GMT LocalDateTime in milliseconds.

  5. trait VersionGenerator[V] extends AnyRef

    Permalink

    Version generator used to generate versions for newly persisted or updated versioned entities.

    Version generator used to generate versions for newly persisted or updated versioned entities.

    The version type is represented by V parameter

Value Members

  1. object VersionGenerator

    Permalink

    Version Generator Implicits

Ungrouped