Packages

package mapper

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. mapper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait BaseEntity [Mapped] extends AnyRef
  2. trait Entity [Mapped] extends Id[Mapped]
  3. abstract class MappedTable [MappedType] extends Table
  4. implicit class MapperQuery [Expressions, Result] extends AnyRef
  5. macro class typedTable [T] extends Annotation with StaticAnnotation

    Typed Table allows generation of a Table object automatically from a provided case class.

    Typed Table allows generation of a Table object automatically from a provided case class. You can set specific properties or add additional fields to the object and they will be retained. This is all generated at compile-time via macros.

    Annotations
    @compileTimeOnly( ... ) @compileTimeOnly( ... )

Value Members

  1. macro def converter[R](table: Table): ResultConverter[R]
  2. macro def rsConverter[R]: (ResultSet) ⇒ R
  3. object TypedTableGenerator

Inherited from AnyRef

Inherited from Any

Ungrouped