package mapper
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- mapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait BaseEntity [Mapped] extends AnyRef
- trait Entity [Mapped] extends Id[Mapped]
- abstract class MappedTable [MappedType] extends Table
- implicit class MapperQuery [Expressions, Result] extends AnyRef
-
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
- macro def converter[R](table: Table): ResultConverter[R]
- macro def rsConverter[R]: (ResultSet) ⇒ R
- object TypedTableGenerator