Packages

t

slick.lifted

MappedTo

trait MappedTo[T] extends MappedToBase

The base type for automatically mapped column types. Extending this type (with a type parameter T which is already a supported column type) lets you use your custom type as a column type in the Lifted Embedding. You must provide a constructor that takes a single value of the underlying type (same restriction as for value classes).

Source
MappedTo.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MappedTo
  2. MappedToBase
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Underlying = T
    Definition Classes
    MappedToMappedToBase

Abstract Value Members

  1. abstract def value: T
    Definition Classes
    MappedToMappedToBase