Package

com.wellfactored

slickgen

Permalink

package slickgen

Visibility
  1. Public
  2. All

Type Members

  1. trait ModuleDefinition extends PropertyInfoGen

    Permalink
  2. case class ModuleSpec(name: String, tables: Seq[TableGen] = Seq(), dependsOn: Seq[ModuleDefinition] = Seq()) extends Product with Serializable

    Permalink
  3. trait StringOps extends AnyRef

    Permalink
  4. case class TableColumn[T](prop: Property[T], unique: Boolean = false, overrideColumnType: Option[String] = None) extends StringOps with Product with Serializable

    Permalink
  5. trait TableGen extends AnyRef

    Permalink
  6. class TableGenerator[T] extends TableGen with StringOps with PropertyInfoGen

    Permalink
  7. case class TypeMapper(memberName: String, columnType: String, baseType: String) extends Product with Serializable

    Permalink

Value Members

  1. object IdType

    Permalink
  2. object TableGenerator extends PropertyInfoGen

    Permalink
  3. package buildinfo

    Permalink

Ungrouped