Packages

package internal

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AllColumns[Names] extends AnyRef
    Annotations
    @implicitNotFound("Couldn't find/derive AllColumns[${Names}]\n" +
    " - make sure that all fields are wrapped in obligatory or selectable F[_], " +
    "so that ${Names} is made of ColumnNames only"
    )
  2. trait ColumnNameByField[Names] extends AnyRef
    Annotations
    @implicitNotFound("Couldn't find/derive ColumnNameByField[${Names}]\n" +
    " - make sure that all fields are wrapped in obligatory or selectable F[_], " +
    "so that ${Names} is made of ColumnNames only"
    )
  3. trait ColumnNameFragmentList[Values, Names] extends AnyRef
    Annotations
    @implicitNotFound("Couldn't find/derive ColumnNameFragmentList[${Values}, ${Names}]\n" +
    " - make sure that all fields are wrapped in obligatory or selectable F[_], " +
    "so that ${Values} is correctly substituted with ColumnName and $Names with ColumnName"
    )
  4. trait Empty[A] extends AnyRef
    Annotations
    @implicitNotFound("Cannot found Empty[${A}]")
  5. trait FragmentByField[Values] extends AnyRef
    Annotations
    @implicitNotFound("Couldn't find/derive FragmentByField[${Values}]\n" +
    " - make sure that all fields are wrapped in obligatory or selectable F[_], " +
    "so that ${Values} is correctly substituted with Id/UnitF/ColumnName"
    )
  6. trait FragmentByFieldLowLevelImplicit extends AnyRef
  7. sealed trait NamedRepoMeta[Create, Entity, Update, Names] extends RepoMeta[Create, Entity, Update, Names]
  8. sealed trait RepoMeta[Create, Entity, Update, Names] extends AnyRef
  9. trait SkipUnit[Create] extends AnyRef
  10. sealed trait UnnamedRepoMeta[Create, Entity, Update, Names] extends RepoMeta[Create, Entity, Update, Names]
  11. trait UpdateColumns[Names] extends AnyRef
    Annotations
    @implicitNotFound("Couldn't find/derive UpdateColumns[${Names}]\n" +
    " - make sure that all fields are wrapped in obligatory or selectable F[_], " +
    "so that ${Names} is correctly substituted with ColumnName"
    )

Ungrouped