Package

org.scalarelational

mapper

Permalink

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

    Permalink
  2. trait Entity[Mapped] extends Id[Mapped]

    Permalink
  3. abstract class MappedTable[MappedType] extends Table

    Permalink
  4. implicit class MapperQuery[Expressions, Result] extends AnyRef

    Permalink
  5. macro class typedTable[T] extends Annotation with StaticAnnotation

    Permalink

    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( ... )

Value Members

  1. object TypedTableGenerator

    Permalink
  2. macro def converter[R](table: Table): ResultConverter[R]

    Permalink
  3. macro def rsConverter[R]: (ResultSet) ⇒ R

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped